diff --git a/Tests/SentryTests/Networking/RateLimits/SentryConcurrentRateLimitsDictionaryTests.swift b/Tests/SentryTests/Networking/RateLimits/SentryConcurrentRateLimitsDictionaryTests.swift index 5cb0f864067..305f369fb4c 100644 --- a/Tests/SentryTests/Networking/RateLimits/SentryConcurrentRateLimitsDictionaryTests.swift +++ b/Tests/SentryTests/Networking/RateLimits/SentryConcurrentRateLimitsDictionaryTests.swift @@ -87,9 +87,6 @@ class SentryConcurrentRateLimitsDictionaryTests: XCTestCase { } } - // Even if we don't run this test below OSX 10.12 we expect the actual - // implementation to be thread safe. - @available(OSX 10.12, *) private func getCategory(rawValue: NSNumber) -> SentryDataCategory { func failedToCreateCategory() -> SentryDataCategory { XCTFail("Could not create category from \(rawValue)")