Skip to content

Commit 63bd9dc

Browse files
authored
[lldb] Disable UnsafeCurrentTask test on linux (#9503)
This is failing here https://ci.swift.org/job/oss-swift-pr-test-ubuntu-20_04/7767 ``` error: no variable named 'currentTask' found in this frame ```
1 parent 697853b commit 63bd9dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/async/formatters/task/TestSwiftTaskSyntheticProvider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def test_top_level_task(self):
2929
)
3030

3131
@swiftTest
32+
@skipIfLinux
3233
def test_current_task(self):
3334
"""Test Task synthetic child for UnsafeCurrentTask (from an async let)."""
3435
self.build()

0 commit comments

Comments
 (0)