Skip to content

Commit 9cee817

Browse files
parkeratkremenek
authored andcommitted
Disable a failing test (SR-2332)
1 parent 96144de commit 9cee817

File tree

1 file changed

+2
-1
lines changed
  • Tests/Functional/Asynchronous/Predicates/Expectations

1 file changed

+2
-1
lines changed

Tests/Functional/Asynchronous/Predicates/Expectations/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %{swiftc} %s -o %T/Asynchronous-Predicates
22
// RUN: %T/Asynchronous-Predicates > %t || true
3-
// RUN: %{xctest_checker} %t %s
3+
// Disabled due to: https://bugs.swift.org/browse/SR-2332
4+
// xxx: %{xctest_checker} %t %s
45

56
#if os(Linux) || os(FreeBSD)
67
import XCTest

0 commit comments

Comments
 (0)