Skip to content

Commit 20dbf8d

Browse files
authored
Merge pull request swiftlang#9206 from etcwilde/ewilde/6-disable-test_consume_operator_async
2 parents f2649c2 + b37b4b1 commit 20dbf8d

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)