summaryrefslogtreecommitdiff
path: root/debug/logfilter/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug/logfilter/main_test.go')
-rw-r--r--debug/logfilter/main_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/logfilter/main_test.go b/debug/logfilter/main_test.go
index 963e28c34..a68007374 100644
--- a/debug/logfilter/main_test.go
+++ b/debug/logfilter/main_test.go
@@ -25,10 +25,12 @@ import (
"strings"
"testing"
+ "github.com/algorand/go-algorand/test/partitiontest"
"github.com/stretchr/testify/require"
)
func TestLogFilterExamples(t *testing.T) {
+ partitiontest.PartitionTest(t)
// iterate on all the example files in the local directory.
exampleFiles := []string{}
filepath.Walk(".", func(path string, info os.FileInfo, err error) error {