From f1c53aaedc2a10e296c4089f404c5f884c7c2242 Mon Sep 17 00:00:00 2001 From: mratsim Date: Thu, 12 Sep 2019 12:26:18 -0400 Subject: [PATCH] win64 strikes again #435 --- tests/official/test_fixture_operations_voluntary_exit.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/official/test_fixture_operations_voluntary_exit.nim b/tests/official/test_fixture_operations_voluntary_exit.nim index 2e427eec36..d2f9a5f931 100644 --- a/tests/official/test_fixture_operations_voluntary_exit.nim +++ b/tests/official/test_fixture_operations_voluntary_exit.nim @@ -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)