Tests: XFAIL test/stdlib/StringCreate.swift on the back deployment bots until the failures there can be investigated further.

This commit is contained in:
Allan Shortlidge
2022-06-02 09:14:23 -07:00
parent d48c5fbbb1
commit c0b91c9cad

View File

@@ -1,6 +1,10 @@
// RUN: %target-run-simple-swift
// REQUIRES: executable_test
// rdar://91405760
// XFAIL: use_os_stdlib
// XFAIL: back_deployment_runtime
import StdlibUnittest
defer { runAllTests() }