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 8bf67fd commit 969d095Copy full SHA for 969d095
FirebaseCore/Internal/Tests/Unit/HeartbeatStorageTests.swift
@@ -422,15 +422,6 @@ class HeartbeatStorageTests: XCTestCase {
422
}
423
group.wait()
424
425
- #if !os(macOS)
426
- // Simulate memory pressure. This will force the system to more aggressively reclaim memory.
427
- // This simulation makes the test more sensitive to potential leaks.
428
- NotificationCenter.default.post(
429
- name: UIApplication.didReceiveMemoryWarningNotification,
430
- object: UIApplication.shared
431
- )
432
- #endif // !os(macOS)
433
-
434
// Then
435
// The `weakRefs` array's references should all be nil; otherwise, something is being
436
// unexpectedly strongly retained.
0 commit comments