Skip to content

Commit f08f86c

Browse files
authored
Merge pull request #70609 from rintaro/disable-rdar119743909-2
[Tests] Disable 2 concurrency tests in swift_test_mode_optimize_size
2 parents b01dbc5 + cea77b6 commit f08f86c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/Runtime/actor_assert_precondition_executor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
// rdar://119743909 fails in optimze tests.
1616
// UNSUPPORTED: swift_test_mode_optimize
17+
// UNSUPPORTED: swift_test_mode_optimize_size
1718

1819
import StdlibUnittest
1920

test/Concurrency/Runtime/custom_executors_complex_equality_crash.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
// rdar://119743909 fails in optimze tests.
1111
// UNSUPPORTED: swift_test_mode_optimize
12+
// UNSUPPORTED: swift_test_mode_optimize_size
1213

1314
// UNSUPPORTED: back_deployment_runtime
1415
// REQUIRES: concurrency_runtime

0 commit comments

Comments
 (0)