From 4929222b4f0d8f5be47a0c74b5852668f74b779f Mon Sep 17 00:00:00 2001 From: Jack Smith Date: Tue, 7 Sep 2021 13:12:53 -0400 Subject: [PATCH] Fixing double partitioned tests --- data/transactions/logic/opcodes_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/transactions/logic/opcodes_test.go b/data/transactions/logic/opcodes_test.go index c894e12478..b5e7627850 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))