Skip to content

Commit be1f429

Browse files
authored
Merge pull request #60713 from lorentey/disable-Unicode-scalar-tests
[test] UnicodeScalarProperties: Disable when Unicode data files aren’t available
2 parents 4c484af + ffab0c5 commit be1f429

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)