Skip to content

Commit 6e36612

Browse files
authored
Merge pull request #25475 from benlangmuir/disable-modelio-51
[5.1] Temporarily disable validation-test/stdlib/ModelIO.swift
2 parents 21baf94 + 4ea8184 commit 6e36612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/stdlib/ModelIO.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import ModelIO
1111
var ModelIOTests = TestSuite("ModelIO")
1212

1313
if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
14-
ModelIOTests.test("MDLAnimatedScalar/accessors") {
14+
ModelIOTests.test("MDLAnimatedScalar/accessors")
15+
.skip(.always("rdar://problem/50449570")).code {
1516
let animatedVal = MDLAnimatedScalar()
1617
let testCount = 10
1718
let testTimeVal = 5.0

0 commit comments

Comments
 (0)