diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index 791d328..18367a8 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -2,13 +2,9 @@ import XCTest import JSONAPITests import JSONAPITestingTests -import JSONAPIOpenAPITests -import JSONAPIArbitraryTests var tests = [XCTestCaseEntry]() tests += JSONAPITests.__allTests() tests += JSONAPITestingTests.__allTests() -tests += JSONAPIOpenAPITests.__allTests() -tests += JSONAPIArbitraryTests.__allTests() XCTMain(tests)