Skip to content

Commit 62f318f

Browse files
authored
Merge pull request #9207 from etcwilde/ewilde/600-disable_test_swift_consume_operator_async
2 parents d98c47f + d6bd16e commit 62f318f

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)