Skip to content

Commit

Permalink
Disable electra ref-tests (#8390)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed Jun 20, 2024
1 parent 9a1f39d commit 4456389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ allprojects {
}
}

def refTestVersion = 'v1.5.0-alpha.2'
def refTestVersion = 'v1.5.0-alpha.3'
def blsRefTestVersion = 'v0.1.2'
def slashingProtectionInterchangeRefTestVersion = 'v5.3.0'
def refTestBaseUrl = 'https://github.com/ethereum/consensus-spec-tests/releases/download'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ public class ReferenceTestFinder {
Path.of("src", "referenceTest", "resources", "consensus-spec-tests", "tests");
private static final List<String> SUPPORTED_FORKS =
List.of(
TestFork.PHASE0,
TestFork.ALTAIR,
TestFork.BELLATRIX,
TestFork.CAPELLA,
TestFork.DENEB,
TestFork.ELECTRA);
TestFork.PHASE0, TestFork.ALTAIR, TestFork.BELLATRIX, TestFork.CAPELLA, TestFork.DENEB);

@MustBeClosed
public static Stream<TestDefinition> findReferenceTests() throws IOException {
Expand Down

0 comments on commit 4456389

Please sign in to comment.