Skip to content

Commit d2e3af2

Browse files
committed
cleanup
1 parent 0bf8ba4 commit d2e3af2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

framework/leak/detector_hog_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
)
1717

1818
func TestCyclicHog(t *testing.T) {
19+
t.Skip("unskip when debugging new queries")
1920
ctx := context.Background()
2021
hog, err := SetupResourceHog(
2122
ctx,
@@ -36,6 +37,7 @@ func TestCyclicHog(t *testing.T) {
3637
}
3738

3839
func TestVerifyCyclicHog(t *testing.T) {
40+
t.Skip("unskip when debugging new queries")
3941
lc := leak.NewResourceLeakChecker()
4042
// cpu
4143
diff, err := lc.MeasureDelta(&leak.CheckConfig{

0 commit comments

Comments
 (0)