Commit af015b1f authored by Alex Brainman's avatar Alex Brainman Committed by Russ Cox

runtime: skip flaky TestWindowsStackMemoryCgo

Updates #22575

Change-Id: I1f848768934b7024d2ef01db13b9003e9ca608a0
Reviewed-on: https://go-review.googlesource.com/76030Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent 8615cbff
......@@ -468,5 +468,6 @@ func TestWindowsStackMemoryCgo(t *testing.T) {
if runtime.GOOS != "windows" {
t.Skip("skipping windows specific test")
}
testenv.SkipFlaky(t, 22575)
testWindowsStackMemory(t, runTestProg(t, "testprogcgo", "StackMemory"))
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment