From 8258d11753fe55e3f2aee8438a8aeb11291e16eb Mon Sep 17 00:00:00 2001 From: algoidan Date: Tue, 6 Sep 2022 09:55:06 +0300 Subject: [PATCH] running TestAttestorsChange on ARM --- test/e2e-go/features/stateproofs/stateproofs_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/e2e-go/features/stateproofs/stateproofs_test.go b/test/e2e-go/features/stateproofs/stateproofs_test.go index f766ba9964..a3b72180f1 100644 --- a/test/e2e-go/features/stateproofs/stateproofs_test.go +++ b/test/e2e-go/features/stateproofs/stateproofs_test.go @@ -679,10 +679,6 @@ func TestAttestorsChange(t *testing.T) { partitiontest.PartitionTest(t) defer fixtures.ShutdownSynchronizedTest(t) - if runtime.GOARCH == "arm" || runtime.GOARCH == "arm64" { - t.Skip("This test is difficult for ARM") - } - a := require.New(fixtures.SynchronizedTest(t)) consensusParams := getDefaultStateProofConsensusParams()