We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96144de commit 9cee817Copy full SHA for 9cee817
Tests/Functional/Asynchronous/Predicates/Expectations/main.swift
@@ -1,6 +1,7 @@
1
// RUN: %{swiftc} %s -o %T/Asynchronous-Predicates
2
// RUN: %T/Asynchronous-Predicates > %t || true
3
-// RUN: %{xctest_checker} %t %s
+// Disabled due to: https://bugs.swift.org/browse/SR-2332
4
+// xxx: %{xctest_checker} %t %s
5
6
#if os(Linux) || os(FreeBSD)
7
import XCTest
0 commit comments