Skip to content

Commit f5e46a7

Browse files
committed
enable timeout test on Windows
1 parent e6cb737 commit f5e46a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/core/go_test/timeout_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package timeout_test
33
import (
44
"os"
55
"path/filepath"
6-
"runtime"
76
"strings"
87
"testing"
98

@@ -37,10 +36,6 @@ func neverTerminates() {
3736
}
3837

3938
func TestTimeout(t *testing.T) {
40-
if runtime.GOOS == "windows" {
41-
t.Skip("stack traces on timeouts are not yet supported on Windows")
42-
}
43-
4439
var stderr string
4540
if err := bazel_testing.RunBazel("test", "//:timeout_test", "--test_timeout=3", "--test_arg=-test.v"); err == nil {
4641
t.Fatal("expected bazel test to fail")

0 commit comments

Comments
 (0)