summaryrefslogtreecommitdiff
path: root/cmd/tealdbg/cdtdbg_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tealdbg/cdtdbg_test.go')
-rw-r--r--cmd/tealdbg/cdtdbg_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/tealdbg/cdtdbg_test.go b/cmd/tealdbg/cdtdbg_test.go
index 28c2417c3..fb6b4c0a6 100644
--- a/cmd/tealdbg/cdtdbg_test.go
+++ b/cmd/tealdbg/cdtdbg_test.go
@@ -29,9 +29,11 @@ import (
"github.com/algorand/go-algorand/cmd/tealdbg/cdt"
"github.com/algorand/go-algorand/data/transactions/logic"
+ "github.com/algorand/go-algorand/test/partitiontest"
)
func TestCdtHandlers(t *testing.T) {
+ partitiontest.PartitionTest(t)
params := CdtFrontendParams{
router: mux.NewRouter(),
apiAddress: "127.0.0.1:12345",
@@ -142,6 +144,7 @@ func (c *MockDebugControl) GetStates(s *logic.DebugState) AppState {
}
func TestCdtFrontendSessionStarted(t *testing.T) {
+ partitiontest.PartitionTest(t)
params := CdtFrontendParams{
router: mux.NewRouter(),
apiAddress: "127.0.0.1:12345",
@@ -178,6 +181,7 @@ func TestCdtFrontendSessionStarted(t *testing.T) {
}
func TestCdtAdapterSessionEnded(t *testing.T) {
+ partitiontest.PartitionTest(t)
params := CdtFrontendParams{
router: mux.NewRouter(),
apiAddress: "127.0.0.1:12345",