Skip to content

Commit

Permalink
issues/245 - Disable nctl tests as these duplicate project terminus e…
Browse files Browse the repository at this point in the history
…2e tests.
  • Loading branch information
meywood committed Feb 13, 2024
1 parent 0e85b2d commit af86c64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import com.syntifi.crypto.key.Ed25519PrivateKey;
import dev.oak3.sbs4j.exception.ValueSerializationException;
import org.bouncycastle.util.encoders.Hex;
import org.junit.Ignore;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand All @@ -33,6 +35,7 @@
* @author Andre Bertolace
* @since 0.2.0
*/
@Disabled
public class CasperTransferHelperTests extends AbstractJsonRpcTests {
private static final Logger LOGGER = LoggerFactory.getLogger(CasperTransferHelperTests.class);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
import com.casper.sdk.model.status.StatusData;
import com.syntifi.crypto.key.AbstractPrivateKey;
import com.syntifi.crypto.key.Ed25519PrivateKey;
import org.junit.Ignore;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.io.IOException;
Expand All @@ -26,6 +28,7 @@

import static org.junit.jupiter.api.Assertions.*;

@Disabled
public class CasperServiceTestsNctl extends AbstractJsonRpcTests {

/**
Expand Down

0 comments on commit af86c64

Please sign in to comment.