Skip to content

Commit 57f31fd

Browse files
authored
Merge pull request #25048 from gottesmm/swift-5.1-branch-rdar50898688
[test] Disable inherits_NSObject.swift on watchOS.
2 parents f0ae03e + 2ccd19f commit 57f31fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

validation-test/Reflection/inherits_NSObject.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
// REQUIRES: objc_interop
88
// REQUIRES: executable_test
99

10+
// REQUIRES: OS=macosx || OS=ios || OS=tvos
11+
// NOTE: Test is temporarily disabled for watchOS until we can figure out why
12+
// it's failing there. rdar://problem/50898688
13+
1014
import Foundation
1115
import simd
1216

0 commit comments

Comments
 (0)