Skip to content

Commit

Permalink
Fixing double partitioned tests
Browse files Browse the repository at this point in the history
  • Loading branch information
algojack committed Sep 7, 2021
1 parent bb2fa57 commit 4929222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/transactions/logic/opcodes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ func TestOpcodesByVersionReordered(t *testing.T) {
}

func TestOpcodesByVersion(t *testing.T) {
partitiontest.PartitionTest(t)
// partitiontest.PartitionTest(t)
// has partitioning in the TestOpcodesByVersionReordered()

// Make a copy of the OpSpecs to check if OpcodesByVersion will change it
OpSpecs2 := make([]OpSpec, len(OpSpecs))
Expand Down

0 comments on commit 4929222

Please sign in to comment.