Skip to content

Commit d37cf8e

Browse files
committed
Disable test_backward_deploy_conformance completely on Swift-in-the-OS bots
Fixes <rdar://problem/59670363>.
1 parent 697c722 commit d37cf8e

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)