Skip to content

Commit e023014

Browse files
committed
[lldb][test] Skip TestCppReferenceToOuterClass.py for now
1 parent f250326 commit e023014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/lang/cpp/reference-to-outer-type/TestCppReferenceToOuterClass.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66

77
class TestCase(TestBase):
8-
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'false'))
8+
#@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'false'))
9+
@skipIf("Currently the above XFAIL doesn't check the LLDB setting. Skip until 'setting' parameter is fixed")
910
def test(self):
1011
self.build()
1112
self.dbg.CreateTarget(self.getBuildArtifact("a.out"))

0 commit comments

Comments
 (0)