Skip to content

Commit

Permalink
re-enable mainnet ssz_static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed Sep 21, 2020
1 parent 7748c70 commit 4c9f5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/generators/ssz_static/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def cases_fn() -> Iterable[gen_typing.TestCase]:
seed += 1
settings.append((seed, "minimal", random_value.RandomizationMode.mode_random, True, 30))
seed += 1
# settings.append((seed, "mainnet", random_value.RandomizationMode.mode_random, False, 5))
# seed += 1
settings.append((seed, "mainnet", random_value.RandomizationMode.mode_random, False, 5))
seed += 1

for fork in [PHASE0, PHASE1]:
gen_runner.run_generator("ssz_static", [
Expand Down

0 comments on commit 4c9f5ee

Please sign in to comment.