Skip to content

Commit

Permalink
win64 strikes again #435
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Sep 12, 2019
1 parent 211028d commit f1c53aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/official/test_fixture_operations_voluntary_exit.nim
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ template runTest(identifier: untyped) =
`testImpl _ voluntary_exit _ identifier`()

suite "Official - Operations - Voluntary exit " & preset():
runTest(success)
skipWin64:
runTest(success)
runTest(invalid_signature)
runTest(success_exit_queue)
runTest(validator_exit_in_future)
Expand Down

0 comments on commit f1c53aa

Please sign in to comment.