mirror of
https://github.com/golang/go
synced 2024-11-17 12:04:43 -07:00
testing: skip TestVectoredHandlerExceptionInNonGoThread on windows-amd64-2012-*
Modify skip rule for TestVectoredHandlerExceptionInNonGoThread to trigger on both the base builder (windows-amd64-2012) and the newcc canary builder (windows-amd64-2012-newcc). Updates #49681. Change-Id: I58109fc2e861b943cb66be0feec348671be84ab3 Reviewed-on: https://go-review.googlesource.com/c/go/+/452436 Run-TryBot: Than McIntosh <thanm@google.com> Auto-Submit: Than McIntosh <thanm@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
3732a17806
commit
d6859465e5
@ -21,7 +21,7 @@ func TestVectoredHandlerExceptionInNonGoThread(t *testing.T) {
|
||||
if *flagQuick {
|
||||
t.Skip("-quick")
|
||||
}
|
||||
if testenv.Builder() == "windows-amd64-2012" {
|
||||
if strings.HasPrefix(testenv.Builder(), "windows-amd64-2012") {
|
||||
testenv.SkipFlaky(t, 49681)
|
||||
}
|
||||
testenv.MustHaveGoBuild(t)
|
||||
|
Loading…
Reference in New Issue
Block a user