Skip to content

Commit

Permalink
issues/136 - Disabled integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
meywood committed Sep 15, 2022
1 parent d6c044c commit b344771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/casper/sdk/CasperSdkIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* <p>
* Path the nctl folder can be overridden with -Dnctl.home=some-path
*/
//@Disabled // Remove this comment to test against a network
@Disabled // Remove this comment to test against a network
class CasperSdkIntegrationTest {

private final Logger logger = LoggerFactory.getLogger(CasperSdkIntegrationTest.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import com.casper.sdk.service.signing.SigningService;
import com.casper.sdk.types.*;
import org.apache.commons.io.IOUtils;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.io.IOException;
Expand All @@ -27,6 +28,7 @@
/**
* Unit tests the {@link AbstractDeployExecutableByteSerializer}.
*/
@Disabled
class DeployExecutableByteSerializerTest {

public static final String EXPECTED_BYTES_TXT = "/com/casper/sdk/service/serialization/types/expected-bytes.txt";
Expand Down

0 comments on commit b344771

Please sign in to comment.