unblock some tests

This commit is contained in:
Eitan Seri-Levi
2026-04-22 09:58:01 +09:00
parent d8b328f3eb
commit 81a3114cb8
3 changed files with 4 additions and 14 deletions

View File

@@ -8105,8 +8105,6 @@ async fn get_validator_attestation_data_with_skip_slots() {
.await;
}
// TODO(EIP-7732): Remove `#[ignore]` once gloas beacon chain harness is implemented
#[ignore]
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn get_validator_payload_attestation_data() {
if !fork_name_from_env().is_some_and(|f| f.gloas_enabled()) {