Skip to content

Commit

Permalink
CI: Ensure algod_expect_test.go tests run by avoiding double partitio…
Browse files Browse the repository at this point in the history
…ning (#4421)

* Ensure all expect tests run by avoiding double partitioning
* Update test/e2e-go/cli/algod/expect/algod_expect_test.go

Co-authored-by: John Jannotti <jannotti@gmail.com>
  • Loading branch information
michaeldiamant and jannotti authored Aug 17, 2022
1 parent c5aa929 commit c1b6a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e-go/cli/algod/expect/algod_expect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ import (
"testing"

"github.com/algorand/go-algorand/test/framework/fixtures"
"github.com/algorand/go-algorand/test/partitiontest"
)

// TestAlgodWithExpect Process all expect script files with suffix Test.exp within the test/e2e-go/cli/algod/expect directory
func TestAlgodWithExpect(t *testing.T) {
partitiontest.PartitionTest(t)
// partitiontest.PartitionTest(t)
// Causes double partition, so commented out on purpose
defer fixtures.ShutdownSynchronizedTest(t)

et := fixtures.MakeExpectTest(t)
Expand Down

0 comments on commit c1b6a03

Please sign in to comment.