Skip to content

Commit a30b185

Browse files
author
Greg Parker
authored
[test] Temporarily disable TestNSNotificationQueue pending rdar://31106944 (#921)
* [test] Temporarily disable TestNSNotificationQueue pending SR-4280. These tests are failing intermittently in CI.
1 parent 33bc9f6 commit a30b185

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TestFoundation/TestNSNotificationQueue.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
class TestNSNotificationQueue : XCTestCase {
2020
static var allTests : [(String, (TestNSNotificationQueue) -> () throws -> Void)] {
2121
return [
22+
/*
23+
FIXME SR-4280 timeouts in TestNSNotificationQueue tests
24+
2225
("test_defaultQueue", test_defaultQueue),
2326
("test_postNowToDefaultQueueWithoutCoalescing", test_postNowToDefaultQueueWithoutCoalescing),
2427
("test_postNowToDefaultQueueWithCoalescing", test_postNowToDefaultQueueWithCoalescing),
@@ -29,6 +32,7 @@ class TestNSNotificationQueue : XCTestCase {
2932
("test_postAsapToDefaultQueueWithCoalescingOnNameAndSender", test_postAsapToDefaultQueueWithCoalescingOnNameAndSender),
3033
("test_postAsapToDefaultQueueWithCoalescingOnNameOrSender", test_postAsapToDefaultQueueWithCoalescingOnNameOrSender),
3134
("test_postIdleToDefaultQueue", test_postIdleToDefaultQueue),
35+
*/
3236
]
3337
}
3438

0 commit comments

Comments
 (0)