Skip to content

Commit 0b855f5

Browse files
authored
[lldb] Temporarily disable actor state test (#10451)
* [lldb] Temporarily disable actor state test The test added in "Add summary formatter for DefaultActorStorage (#10388)" is checking the actor's state, but it is failing sometimes. Temporarily disable until Dave can look into this, to unblock CI/PR testing. rdar://148754221 * Revert "[lldb] Temporarily disable actor state test" This reverts commit 937c185. * [lldb] Temporarily disable actor state test The test added in "Add summary formatter for DefaultActorStorage (#10388)" is checking the actor's state, but it is failing sometimes. Temporarily disable until Dave can look into this, to unblock CI/PR testing. rdar://148754221
1 parent 01b1a65 commit 0b855f5

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)