Skip to content

Commit

Permalink
disable Electra ref tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 12, 2024
1 parent 4426377 commit a539083
Showing 1 changed file with 1 addition and 6 deletions.
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 a539083

Please sign in to comment.