Skip to content

Commit 9a55a9d

Browse files
authored
Merge pull request #64782 from phausler/pr/observation_test_supported_targets
[Observation] Restrict tests for observation to only use built stdlib's and not test in back-deployment
2 parents 25bceb1 + ddeb10e commit 9a55a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/stdlib/Observation/Observable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// REQUIRES: concurrency
66
// REQUIRES: objc_interop
77
// REQUIRES: executable_test
8+
// UNSUPPORTED: use_os_stdlib
9+
// UNSUPPORTED: back_deployment_runtime
810

911
import StdlibUnittest
1012
import _Observation

0 commit comments

Comments
 (0)