Skip to content

Commit ffab0c5

Browse files
committed
[test] UnicodeScalarProperties: Disable when Unicode data files aren’t available
To reenable, the test needs to be configured to upload these files to the remote machine that executes the tests.
1 parent ebc2396 commit ffab0c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

validation-test/stdlib/UnicodeScalarProperties.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// REQUIRES: optimized_stdlib
55
// REQUIRES: objc_interop
66

7+
// This test requires access to Unicode data files in the source tree, so
8+
// it doesn't currently support testing on a remote device. (rdar://98993795)
9+
// UNSUPPORTED: remote_run
10+
// UNSUPPORTED: device_run
11+
712
@_spi(_Unicode)
813
import Swift
914

0 commit comments

Comments
 (0)