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 1befa52 commit 8432220Copy full SHA for 8432220
Tests/BasicsTests/ConcurrencyHelpersTests.swift
@@ -14,15 +14,9 @@
14
import TSCTestSupport
15
import XCTest
16
17
-import _InternalTestSupport // for skipOnWindowsAsTestCurrentlyFails
18
-
19
final class ConcurrencyHelpersTest: XCTestCase {
20
let queue = DispatchQueue(label: "ConcurrencyHelpersTest", attributes: .concurrent)
21
22
- override func setUpWithError() throws {
23
- try skipOnWindowsAsTestCurrentlyFails()
24
- }
25
26
func testThreadSafeKeyValueStore() {
27
for _ in 0 ..< 100 {
28
let sync = DispatchGroup()
0 commit comments