Skip to content

Commit 633f86d

Browse files
Merge pull request #8834 from adrian-prantl/skip-test
Skip test on older platforms
2 parents 912d5d5 + be9a965 commit 633f86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/late_swift_dylib_clangdeps/TestSwiftLateSwiftDylibClangDeps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import lldbsuite.test.lldbutil as lldbutil
44

55
class TestSwiftLateSwiftDylibClangDeps(TestBase):
6+
@skipIf(macos_version=["<", "13.0"])
67
@skipUnlessDarwin
78
@swiftTest
89
@skipIfDarwinEmbedded

0 commit comments

Comments
 (0)