We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154b911 commit bb395b5Copy full SHA for bb395b5
util/metrics/runtime_test.go
@@ -21,10 +21,13 @@ import (
21
"strings"
22
"testing"
23
24
+ "github.com/algorand/go-algorand/test/partitiontest"
25
"github.com/stretchr/testify/require"
26
)
27
28
func TestRuntimeMetrics(t *testing.T) {
29
+ partitiontest.PartitionTest(t)
30
+
31
rm := NewRuntimeMetrics()
32
var sb strings.Builder
33
rm.WriteMetric(&sb, `host="x"`)
0 commit comments