summaryrefslogtreecommitdiff
path: root/test/e2e-go/cli/algoh/expect/algoh_expect_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/cli/algoh/expect/algoh_expect_test.go')
-rw-r--r--test/e2e-go/cli/algoh/expect/algoh_expect_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e-go/cli/algoh/expect/algoh_expect_test.go b/test/e2e-go/cli/algoh/expect/algoh_expect_test.go
index 682183c49..004473ce7 100644
--- a/test/e2e-go/cli/algoh/expect/algoh_expect_test.go
+++ b/test/e2e-go/cli/algoh/expect/algoh_expect_test.go
@@ -23,6 +23,9 @@ import (
// TestAlgohWithExpect Process all expect script files with suffix Test.exp within the test/e2e-go/cli/algoh/expect directory
func TestAlgohWithExpect(t *testing.T) {
+ // partitiontest.PartitionTest(t)
+ // Causes double partition, so commented out on purpose
+ defer fixtures.ShutdownSynchronizedTest(t)
et := fixtures.MakeExpectTest(t)
et.Run()
}