Skip to content

Commit de12d43

Browse files
authored
Merge pull request #2668 from spevans/pr_sr_4280
SR-4280: Re-enable TestNotificationQueue tests
2 parents fe17078 + 63753c3 commit de12d43

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

TestFoundation/TestNotificationQueue.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,16 @@
1010
class TestNotificationQueue : XCTestCase {
1111
static var allTests : [(String, (TestNotificationQueue) -> () throws -> Void)] {
1212
return [
13-
/*
14-
FIXME SR-4280 timeouts in TestNSNotificationQueue tests
15-
1613
("test_defaultQueue", test_defaultQueue),
1714
("test_postNowToDefaultQueueWithoutCoalescing", test_postNowToDefaultQueueWithoutCoalescing),
1815
("test_postNowToDefaultQueueWithCoalescing", test_postNowToDefaultQueueWithCoalescing),
1916
("test_postNowToCustomQueue", test_postNowToCustomQueue),
2017
("test_postNowForDefaultRunLoopMode", test_postNowForDefaultRunLoopMode),
21-
// ("test_notificationQueueLifecycle", test_notificationQueueLifecycle),
18+
("test_notificationQueueLifecycle", test_notificationQueueLifecycle),
2219
("test_postAsapToDefaultQueue", test_postAsapToDefaultQueue),
2320
("test_postAsapToDefaultQueueWithCoalescingOnNameAndSender", test_postAsapToDefaultQueueWithCoalescingOnNameAndSender),
2421
("test_postAsapToDefaultQueueWithCoalescingOnNameOrSender", test_postAsapToDefaultQueueWithCoalescingOnNameOrSender),
2522
("test_postIdleToDefaultQueue", test_postIdleToDefaultQueue),
26-
*/
2723
]
2824
}
2925

0 commit comments

Comments
 (0)