We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1b047d + 2818063 commit 33c33e9Copy full SHA for 33c33e9
Tests/SwiftDriverTests/IntegrationTests.swift
@@ -127,15 +127,15 @@ final class IntegrationTests: IntegrationTestCase {
127
}
128
129
func testLitDriverDependenciesTests() throws {
130
- try runLitTests(suite: "test", "Driver", "Dependencies")
131
- }
132
-
133
- func testLitDriverValidationTests() throws {
134
#if os(macOS) && arch(arm64)
135
// Disabled on Apple Silicon
136
// rdar://76609781
137
throw XCTSkip()
138
#endif
+ try runLitTests(suite: "test", "Driver", "Dependencies")
+ }
+
+ func testLitDriverValidationTests() throws {
139
guard ProcessEnv.vars.keys.contains("SWIFT_DRIVER_ENABLE_FAILING_INTEGRATION_TESTS") else {
140
throw XCTSkip("Not all Driver validation-tests supported")
141
0 commit comments