Skip to content

Commit e69a361

Browse files
authored
Merge pull request swiftlang#29994 from slavapestov/disable-test-harder
Disable test_backward_deploy_conformance completely on Swift-in-the-OS bots
2 parents 9f09add + d37cf8e commit e69a361

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

validation-test/Evolution/test_backward_deploy_conformance.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// RUN: %target-resilience-test --backward-deployment
22
// REQUIRES: executable_test
33

4-
// XFAIL: use_os_stdlib
4+
// This is testing a bug fix in the runtime so we don't want to run it on the
5+
// backward deployment bots.
6+
7+
// UNSUPPORTED: use_os_stdlib
58

69
import StdlibUnittest
710
import backward_deploy_conformance

0 commit comments

Comments
 (0)