Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
kale.kim committed Aug 24, 2021
1 parent ebbb240 commit e4281b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import com.klaytn.caver.CommonTestData;
import com.klaytn.caver.utils.model.*;
import com.klaytn.caver.wallet.keyring.SignatureData;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
Expand All @@ -42,6 +43,7 @@
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeThat;

@Ignore
@RunWith(Parameterized.class)
public class UtilsTest {
public static final String CAVER_CONFORMANCE_TESTS = "caver-conformance-tests";
Expand Down

0 comments on commit e4281b8

Please sign in to comment.