Skip to content

Commit

Permalink
Update to 1.1.0 version of reference tests. (#4420)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Sep 28, 2021
1 parent 6a6283a commit c846d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ allprojects {
}
}

def refTestVersion = 'v1.1.0-beta.4'
def refTestVersion = 'v1.1.0'
def blsRefTestVersion = 'v0.1.0'
def refTestBaseUrl = 'https://github.com/ethereum/eth2.0-spec-tests/releases/download'
def blsRefTestBaseUrl = 'https://github.com/ethereum/bls12-381-tests/releases/download'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public abstract class Eth2ReferenceTestCase {
.putAll(OperationsTestExecutor.OPERATIONS_TEST_TYPES)
.putAll(SanityTests.SANITY_TEST_TYPES)
.putAll(SszTestExecutorDeprecated.SSZ_TEST_TYPES)
.put("merkle/single_proof", TestExecutor.IGNORE_TESTS)
.build();

private final ImmutableMap<String, TestExecutor> PHASE_0_TEST_TYPES =
Expand Down

0 comments on commit c846d7f

Please sign in to comment.