diff --git a/lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py b/lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py index 5c64b2fa50484..e9ad5d32fe8d6 100644 --- a/lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py +++ b/lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py @@ -26,6 +26,7 @@ def stderr_print(line): class TestSwiftConsumeOperatorAsyncType(TestBase): @swiftTest + @skipIf(bugnumber="rdar://133849022", oslist=['linux']) def test_swift_consume_operator_async(self): """Check that we properly show variables at various points of the CFG while stepping with the consume operator.