Skip to content

Commit 04bbde1

Browse files
authored
Merge pull request swiftlang#59734 from atrick/disable-test-clock
Permanently disable test/Concurrency/Runtime/clock.swift
2 parents 4f1180d + f62e483 commit 04bbde1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/clock.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// UNSUPPORTED: back_deployment_runtime
1010
// UNSUPPORTED: back_deploy_concurrency
1111

12+
// This test is disabled because it seems to require dedicated CPU access:
13+
// REQUIRES: rdar94451729
14+
1215
import _Concurrency
1316
import StdlibUnittest
1417

0 commit comments

Comments
 (0)