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.
1 parent 00b1656 commit cfa1aa6Copy full SHA for cfa1aa6
WordPress/WordPressTest/Services/MediaCoordinatorTests.swift
@@ -20,12 +20,6 @@ class MediaCoordinatorTests: XCTestCase {
20
21
override func tearDown() {
22
super.tearDown()
23
- // Make sure the DispatchQueue.async calls made in
24
- // `MediaCoordinator.notifyObserversForMedia` are executed before tests
25
- // finish. The async calls may cause crash if they are executed outside
26
- // of this test case, since they use the Core Data stack created in
27
- // `setUp` function above.
28
- wait(for: 0.3)
29
contextManager.tearDown()
30
coordinator = nil
31
}
0 commit comments