Skip to content

Commit 274658c

Browse files
Merge pull request #10454 from jasonmolenda/cp/r148754221-temporarily-skip-swift-actors-test-62
[lldb] Temporarily disable actor state test (#10451)
2 parents 2ae8d3f + 723c612 commit 274658c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/lang/swift/async/actors/unprioritised_jobs/TestSwiftActorUnprioritisedJobs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ class TestCase(TestBase):
88

99
@swiftTest
1010
@skipUnlessFoundation
11+
@skipIfWindows # temporarily skip test until fails can be investigated
12+
@skipIfLinux # temporarily skip test until fails can be investigated
13+
@skipIfDarwin # temporarily skip test until fails can be investigated
1114
def test_actor_unprioritised_jobs(self):
1215
"""Verify that an actor exposes its unprioritised jobs (queue)."""
1316
self.build()

0 commit comments

Comments
 (0)