Skip to content

Commit 340d0dc

Browse files
authored
Merge pull request #58536 from CodaFi/tardis-grade
Gate Clock Runtime Test on Current Runtimes
2 parents c06423d + 01e0e0a commit 340d0dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Concurrency/Runtime/clock.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency_runtime
66

7+
// Test requires _swift_task_enterThreadLocalContext which is not available
8+
// in the back deployment runtime.
9+
// UNSUPPORTED: back_deployment_runtime
10+
711
import _Concurrency
812
import StdlibUnittest
913

@@ -104,4 +108,4 @@ var tests = TestSuite("Time")
104108

105109
await runAllTestsAsync()
106110
}
107-
}
111+
}

0 commit comments

Comments
 (0)