diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index d48e4bf..cc0b526 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -5,6 +5,5 @@ XCTMain([ testCase(MiddlewareTests.allTests), testCase(PayloadTransformerTests.allTests), testCase(ReporterTests.allTests), - testCase(ConnectionManagerTests.allTests), testCase(ConfigurationTests.allTests) ])