We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085c61a commit 0e7138aCopy full SHA for 0e7138a
src/runtime/gc_test.go
@@ -21,6 +21,7 @@ import (
21
)
22
23
func TestGcSys(t *testing.T) {
24
+ t.Skip("skipping known-flaky test; golang.org/issue/37331")
25
if os.Getenv("GOGC") == "off" {
26
t.Skip("skipping test; GOGC=off in environment")
27
}
0 commit comments