Skip to content

Commit

Permalink
disabled wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 1, 2023
1 parent 86c76e4 commit d5454d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.io.File;
Expand All @@ -19,6 +20,7 @@ void setUp() {
void tearDown() {
}

@Disabled
@Test
void build() throws IOException {
BuildCheerpjAppService service = new BuildCheerpjAppService();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
class CertificateGeneratorTest {

@Test
@Disabled
void generateCertificates() throws Exception {
CertificateGenerator generator = new CertificateGenerator();
KeyPair keyPair = KeyPairGenerator.generateKeyPair();
Expand Down

0 comments on commit d5454d0

Please sign in to comment.