We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae8d3f + 723c612 commit 274658cCopy full SHA for 274658c
lldb/test/API/lang/swift/async/actors/unprioritised_jobs/TestSwiftActorUnprioritisedJobs.py
@@ -8,6 +8,9 @@ class TestCase(TestBase):
8
9
@swiftTest
10
@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
14
def test_actor_unprioritised_jobs(self):
15
"""Verify that an actor exposes its unprioritised jobs (queue)."""
16
self.build()
0 commit comments