Skip to content

Commit 511d858

Browse files
committed
skip IndexPath test on linux
1 parent 83ef63f commit 511d858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/foundation_value_types/indexpath/TestSwiftFoundationTypeIndexPath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
from lldbsuite.test.decorators import *
1414

1515
lldbinline.MakeInlineTest(__file__, globals(),
16-
decorators=[swiftTest,skipIf(oslist=['windows'])])
16+
decorators=[swiftTest,skipIf(oslist=['windows', 'linux'])])

0 commit comments

Comments
 (0)