summaryrefslogtreecommitdiff
path: root/data/transactions/logic/opcodes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/logic/opcodes_test.go')
-rw-r--r--data/transactions/logic/opcodes_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/transactions/logic/opcodes_test.go b/data/transactions/logic/opcodes_test.go
index c894e1247..b5e762785 100644
--- a/data/transactions/logic/opcodes_test.go
+++ b/data/transactions/logic/opcodes_test.go
@@ -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))