Skip to content

Commit 8432220

Browse files
authored
Test: Enable ConcurrencyHelpersTests on Windows (#8506)
1 parent 1befa52 commit 8432220

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/BasicsTests/ConcurrencyHelpersTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@
1414
import TSCTestSupport
1515
import XCTest
1616

17-
import _InternalTestSupport // for skipOnWindowsAsTestCurrentlyFails
18-
1917
final class ConcurrencyHelpersTest: XCTestCase {
2018
let queue = DispatchQueue(label: "ConcurrencyHelpersTest", attributes: .concurrent)
2119

22-
override func setUpWithError() throws {
23-
try skipOnWindowsAsTestCurrentlyFails()
24-
}
25-
2620
func testThreadSafeKeyValueStore() {
2721
for _ in 0 ..< 100 {
2822
let sync = DispatchGroup()

0 commit comments

Comments
 (0)