|
10 | 10 | class TestNotificationQueue : XCTestCase {
|
11 | 11 | static var allTests : [(String, (TestNotificationQueue) -> () throws -> Void)] {
|
12 | 12 | return [
|
13 |
| -/* |
14 |
| -FIXME SR-4280 timeouts in TestNSNotificationQueue tests |
15 |
| - |
16 | 13 | ("test_defaultQueue", test_defaultQueue),
|
17 | 14 | ("test_postNowToDefaultQueueWithoutCoalescing", test_postNowToDefaultQueueWithoutCoalescing),
|
18 | 15 | ("test_postNowToDefaultQueueWithCoalescing", test_postNowToDefaultQueueWithCoalescing),
|
19 | 16 | ("test_postNowToCustomQueue", test_postNowToCustomQueue),
|
20 | 17 | ("test_postNowForDefaultRunLoopMode", test_postNowForDefaultRunLoopMode),
|
21 |
| - // ("test_notificationQueueLifecycle", test_notificationQueueLifecycle), |
| 18 | + ("test_notificationQueueLifecycle", test_notificationQueueLifecycle), |
22 | 19 | ("test_postAsapToDefaultQueue", test_postAsapToDefaultQueue),
|
23 | 20 | ("test_postAsapToDefaultQueueWithCoalescingOnNameAndSender", test_postAsapToDefaultQueueWithCoalescingOnNameAndSender),
|
24 | 21 | ("test_postAsapToDefaultQueueWithCoalescingOnNameOrSender", test_postAsapToDefaultQueueWithCoalescingOnNameOrSender),
|
25 | 22 | ("test_postIdleToDefaultQueue", test_postIdleToDefaultQueue),
|
26 |
| -*/ |
27 | 23 | ]
|
28 | 24 | }
|
29 | 25 |
|
|
0 commit comments