Skip to content

Commit 4592132

Browse files
authored
Merge pull request swiftlang#40045 from apple/wip-missing-skiptest
2 parents 37d46fa + fc0e549 commit 4592132

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Distributed/Runtime/distributed_no_transport_boom.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// which expects the exit code of the program to be non-zero;
66
// We then check stderr for the expected error message using filecheck as usual.
77

8+
// UNSUPPORTED: back_deploy_concurrency
89
// REQUIRES: executable_test
910
// REQUIRES: concurrency
1011
// REQUIRES: distributed

test/IRGen/distributed_actor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -emit-ir %s -swift-version 5 -enable-experimental-distributed | %IRGenFileCheck %s
2+
// UNSUPPORTED: back_deploy_concurrency
23
// REQUIRES: concurrency
34
// REQUIRES: distributed
45

0 commit comments

Comments
 (0)