diff --git a/lldb/test/API/lang/swift/embedded/frame_variable/TestSwiftEmbeddedFrameVariable.py b/lldb/test/API/lang/swift/embedded/frame_variable/TestSwiftEmbeddedFrameVariable.py index f241831d999e1..79f15cb729949 100644 --- a/lldb/test/API/lang/swift/embedded/frame_variable/TestSwiftEmbeddedFrameVariable.py +++ b/lldb/test/API/lang/swift/embedded/frame_variable/TestSwiftEmbeddedFrameVariable.py @@ -3,15 +3,14 @@ from lldbsuite.test.decorators import * import lldbsuite.test.lldbutil as lldbutil -@skipIf(bugnumber = "rdar://159531308") class TestSwiftEmbeddedFrameVariable(TestBase): - @skipUnlessDarwin + @skipIfWindows @swiftTest def test(self): self.build() self.implementation(True) - @skipUnlessDarwin + @skipIfWindows @swiftTest def test_without_ast(self): """Run the test turning off instantion of Swift AST contexts in order to ensure that all type information comes from DWARF"""