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.
1 parent 3a7016a commit ff67178Copy full SHA for ff67178
Tests/SwiftDriverTests/IntegrationTests.swift
@@ -126,10 +126,6 @@ final class IntegrationTests: IntegrationTestCase {
126
try runLitTests(suite: "test", "Driver")
127
}
128
129
- func testLitDriverDependenciesTests() throws {
130
- try runLitTests(suite: "test", "Driver", "Dependencies")
131
- }
132
-
133
func testLitDriverValidationTests() throws {
134
guard ProcessEnv.vars.keys.contains("SWIFT_DRIVER_ENABLE_FAILING_INTEGRATION_TESTS") else {
135
throw XCTSkip("Not all Driver validation-tests supported")
0 commit comments