We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 943fee9 + a0296b9 commit 8a0ed08Copy full SHA for 8a0ed08
Tests/Foundation/Tests/TestThread.swift
@@ -173,7 +173,8 @@ class TestThread : XCTestCase {
173
test_callStackReturnAddresses,
174
"Android doesn't support backtraces at the moment."),
175
"And not currently on OpenBSD.")),
176
- ("test_sleepForTimeInterval", test_sleepForTimeInterval),
+ ("test_sleepForTimeInterval",
177
+ testExpectedToFail(test_sleepForTimeInterval, "https://bugs.swift.org/browse/SR-15817")),
178
("test_sleepUntilDate",
179
testExpectedToFail(test_sleepUntilDate, "https://bugs.swift.org/browse/SR-15489")),
180
("test_threadName", test_threadName),
0 commit comments