Skip to content

Commit 1048c1b

Browse files
Merge pull request #9326 from felipepiovezan/felipe/skip-testing-unblock-rebranch
[lldb] Skip tests to unblock rebranch testing
2 parents e4b1c45 + 19385d3 commit 1048c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/clangimporter/expr_import/TestSwiftExprImport.py

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

6+
@skipIf(bugnumber = "rdar://135575668")
67
class TestSwiftExprImport(TestBase):
78
# Don't run ClangImporter tests if Clangimporter is disabled.
89
@skipIf(setting=('symbols.use-swift-clangimporter', 'false'))

0 commit comments

Comments
 (0)