From 60e9eacf4b37d5f7e36755ea69e3c4c551e64f02 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 30 Jul 2020 00:22:27 +0800 Subject: [PATCH] Disable these 2 tests in phase 1 due to #1974 Issue 3 --- tests/core/pyspec/eth2spec/test/phase0/sanity/test_blocks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/core/pyspec/eth2spec/test/phase0/sanity/test_blocks.py b/tests/core/pyspec/eth2spec/test/phase0/sanity/test_blocks.py index f0028b1fe..6d7ff096a 100644 --- a/tests/core/pyspec/eth2spec/test/phase0/sanity/test_blocks.py +++ b/tests/core/pyspec/eth2spec/test/phase0/sanity/test_blocks.py @@ -762,7 +762,7 @@ def prepare_signed_exits(spec, state, indices): # exceeding the minimal-config randao mixes memory size. # Applies to all voluntary-exit sanity block tests. -@with_all_phases +@with_phases([PHASE0]) @spec_state_test def test_voluntary_exit(spec, state): validator_index = spec.get_active_validator_indices(state, spec.get_current_epoch(state))[-1] @@ -811,7 +811,7 @@ def test_double_validator_exit_same_block(spec, state): yield 'post', None -@with_all_phases +@with_phases([PHASE0]) @spec_state_test def test_multiple_different_validator_exits_same_block(spec, state): validator_indices = [