Skip to content

Commit e75f69b

Browse files
committed
Disable test/stdlib/ErrorBridgedStatic.swift on no_asserts builds
For some reason this test fails on the bots. I could not reproduce the failure locally. rdar://39473208
1 parent e8a1524 commit e75f69b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/ErrorBridgedStatic.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: objc_interop
99
// REQUIRES: static_stdlib
1010

11+
// rdar://39473208
12+
// REQUIRES: asserts
13+
1114
import StdlibUnittest
1215

1316
class Bar: Foo {

0 commit comments

Comments
 (0)