Skip to content

Commit cdda989

Browse files
authored
Merge pull request #24962 from mikeash/inherits-objccclasses-disable
[Test] Disable inherits_ObjCClasses.swift on watchOS.
2 parents 930e0b9 + 5bcdb3c commit cdda989

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/Reflection/inherits_ObjCClasses.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
12+
// REQUIRES: OS=macosx || OS=ios || OS=tvos
13+
// NOTE: Test is temporarily disabled for watchOS until we can figure out why
14+
// it's failing there. rdar://problem/50898688
1215

1316
import simd
1417
import ObjCClasses

0 commit comments

Comments
 (0)