summaryrefslogtreecommitdiff
path: root/agreement/agreementtest/simulate_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'agreement/agreementtest/simulate_test.go')
-rw-r--r--agreement/agreementtest/simulate_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/agreement/agreementtest/simulate_test.go b/agreement/agreementtest/simulate_test.go
index c4ccb69b1..086349b82 100644
--- a/agreement/agreementtest/simulate_test.go
+++ b/agreement/agreementtest/simulate_test.go
@@ -37,6 +37,7 @@ import (
"github.com/algorand/go-algorand/data/committee"
"github.com/algorand/go-algorand/logging"
"github.com/algorand/go-algorand/protocol"
+ "github.com/algorand/go-algorand/test/partitiontest"
"github.com/algorand/go-algorand/util/db"
)
@@ -294,6 +295,8 @@ func (l *testLedger) EnsureDigest(c agreement.Certificate, verifier *agreement.A
}
func TestSimulate(t *testing.T) {
+ partitiontest.PartitionTest(t)
+
f, _ := os.Create(t.Name() + ".log")
logging.Base().SetJSONFormatter()
logging.Base().SetOutput(f)