Skip to content

Commit

Permalink
running TestAttestorsChange on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
algoidan committed Sep 6, 2022
1 parent 3ecb9a8 commit 8258d11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e-go/features/stateproofs/stateproofs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8258d11

Please sign in to comment.