Skip to content

Commit a0296b9

Browse files
committed
[Test] Disable a flaky test TestThread.test_sleepForTimeInterval
https://bugs.swift.org/browse/SR-15817
1 parent 943fee9 commit a0296b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Foundation/Tests/TestThread.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ class TestThread : XCTestCase {
173173
test_callStackReturnAddresses,
174174
"Android doesn't support backtraces at the moment."),
175175
"And not currently on OpenBSD.")),
176-
("test_sleepForTimeInterval", test_sleepForTimeInterval),
176+
("test_sleepForTimeInterval",
177+
testExpectedToFail(test_sleepForTimeInterval, "https://bugs.swift.org/browse/SR-15817")),
177178
("test_sleepUntilDate",
178179
testExpectedToFail(test_sleepUntilDate, "https://bugs.swift.org/browse/SR-15489")),
179180
("test_threadName", test_threadName),

0 commit comments

Comments
 (0)