Skip to content

Commit df7ad7c

Browse files
Greg Parkergparker42
authored andcommitted
[test] Temporarily disable String.completePath() test.
1 parent d8f08d4 commit df7ad7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/stdlib/NSStringAPI.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,12 @@ NSStringAPIs.test("compare(_:options:range:locale:)") {
363363
"абв".compare("абв", locale: Locale.current))
364364
}
365365

366-
NSStringAPIs.test("completePath(into:caseSensitive:matchesInto:filterTypes)") {
366+
NSStringAPIs.test("completePath(into:caseSensitive:matchesInto:filterTypes)")
367+
// FIXME: temporarily disabled due to OS problems
368+
.skip(.always("rdar://29593261"))
369+
.code {
367370
let (existingPath, nonExistentPath) = createNSStringTemporaryFile()
371+
368372
do {
369373
var count = nonExistentPath.completePath(caseSensitive: false)
370374
expectEqual(0, count)

0 commit comments

Comments
 (0)