Skip to content

Commit 4822b1f

Browse files
authored
Merge pull request swiftlang#9205 from etcwilde/ewilde/disable-test_consume_operator_async
[main] Skip test test_swift_consume_operator_async
2 parents bb19d2d + 5558ae4 commit 4822b1f

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)