Skip to content

Commit 3098d30

Browse files
committed
Disable DataColumn SSZ tests
1 parent 223cc1f commit 3098d30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing/ef_tests/src/handler.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,10 @@ where
393393
}
394394

395395
fn is_enabled_for_fork(&self, fork_name: ForkName) -> bool {
396+
// TODO(gloas): DataColumnSidecar tests are disabled until we update the DataColumnSidecar
397+
// type.
396398
self.supported_forks.contains(&fork_name)
399+
&& !(fork_name == ForkName::Gloas && T::name() == "DataColumnSidecar")
397400
}
398401
}
399402

0 commit comments

Comments
 (0)