Skip to content

Commit

Permalink
ignore data_collection
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jan 24, 2025
1 parent 10895d0 commit 99cc60c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public abstract class Eth2ReferenceTestCase {
.put("light_client/single_merkle_proof", TestExecutor.IGNORE_TESTS)
.put("light_client/sync", TestExecutor.IGNORE_TESTS)
.put("light_client/update_ranking", TestExecutor.IGNORE_TESTS)
.put("light_client/data_collection", TestExecutor.IGNORE_TESTS)
.build();

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

0 comments on commit 99cc60c

Please sign in to comment.