Skip to content

Commit 33c33e9

Browse files
authored
Merge pull request #600 from artemcm/FixDisableAppleSiliconTest
Temporarily disable `testLitDriverDependenciesTests` on Apple Silicon.
2 parents e1b047d + 2818063 commit 33c33e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/SwiftDriverTests/IntegrationTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ final class IntegrationTests: IntegrationTestCase {
127127
}
128128

129129
func testLitDriverDependenciesTests() throws {
130-
try runLitTests(suite: "test", "Driver", "Dependencies")
131-
}
132-
133-
func testLitDriverValidationTests() throws {
134130
#if os(macOS) && arch(arm64)
135131
// Disabled on Apple Silicon
136132
// rdar://76609781
137133
throw XCTSkip()
138134
#endif
135+
try runLitTests(suite: "test", "Driver", "Dependencies")
136+
}
137+
138+
func testLitDriverValidationTests() throws {
139139
guard ProcessEnv.vars.keys.contains("SWIFT_DRIVER_ENABLE_FAILING_INTEGRATION_TESTS") else {
140140
throw XCTSkip("Not all Driver validation-tests supported")
141141
}

0 commit comments

Comments
 (0)