Skip to content

Commit

Permalink
clean-up todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Oct 10, 2023
1 parent de30a92 commit 1788fab
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,7 @@ def test_invalid_shuffle_bad_trackers_zero(spec, state):
body.whisk_post_shuffle_trackers[0] = spec.WhiskTracker()
yield from run_process_shuffled_trackers(spec, state, body, valid=False)

# TODO: This test does not fail
# @with_whisk_and_later
# @spec_state_test
# def test_invalid_shuffle_bad_trackers_swap(spec, state):
# body = empty_block_body(spec)
# set_correct_shuffle_proofs(spec, state, body)
# assert body.whisk_post_shuffle_trackers[0] != body.whisk_post_shuffle_trackers[1]
# tracker_0 = body.whisk_post_shuffle_trackers[0]
# body.whisk_post_shuffle_trackers[0] = body.whisk_post_shuffle_trackers[1]
# body.whisk_post_shuffle_trackers[1] = tracker_0
# yield from run_process_shuffled_trackers(spec, state, body, valid=False)

# Invalid things on gap
# Invalid cases on gap
# - not empty shuffle trackers
# - not empty proof

Expand Down

0 comments on commit 1788fab

Please sign in to comment.