Skip to content

Commit 5b89f39

Browse files
committed
Temporarily disable test in simuilators for CI
This is failing in the iOS simulator, but *only* in Swift CI, not locally (even with the same tools). Disable the test ouside of macOS while we investigate the failure.
1 parent b33ecaf commit 5b89f39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/objc_implementation_objc_client.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
// REQUIRES: executable_test
2020
// REQUIRES: objc_interop
2121

22+
// FIXME: This test fails in Swift CI simulators, but I have not been able to
23+
// reproduce this locally.
24+
// REQUIRES: OS=macosx
25+
2226
#import <Foundation/Foundation.h>
2327
#import <objc_implementation/objc_implementation.h>
2428
#import <stdlib.h>

0 commit comments

Comments
 (0)