Skip to content

Commit 5558ae4

Browse files
committed
Skip test test_swift_consume_operator_async
This test is blocking progress on building x86_64 toolchains for several Linux distributions. Disabling for now. Mitigation for: rdar://134297435
1 parent 4857f75 commit 5558ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def stderr_print(line):
2626

2727
class TestSwiftConsumeOperatorAsyncType(TestBase):
2828
@swiftTest
29+
@skipIf(bugnumber="rdar://133849022", oslist=['linux'])
2930
def test_swift_consume_operator_async(self):
3031
"""Check that we properly show variables at various points of the CFG while
3132
stepping with the consume operator.

0 commit comments

Comments
 (0)