We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf8ba4 commit d2e3af2Copy full SHA for d2e3af2
framework/leak/detector_hog_test.go
@@ -16,6 +16,7 @@ import (
16
)
17
18
func TestCyclicHog(t *testing.T) {
19
+ t.Skip("unskip when debugging new queries")
20
ctx := context.Background()
21
hog, err := SetupResourceHog(
22
ctx,
@@ -36,6 +37,7 @@ func TestCyclicHog(t *testing.T) {
36
37
}
38
39
func TestVerifyCyclicHog(t *testing.T) {
40
41
lc := leak.NewResourceLeakChecker()
42
// cpu
43
diff, err := lc.MeasureDelta(&leak.CheckConfig{
0 commit comments