diff --git a/Tests/VideoIOTests/VideoIOTests.swift b/Tests/VideoIOTests/VideoIOTests.swift index 13f9afc..dbf947a 100644 --- a/Tests/VideoIOTests/VideoIOTests.swift +++ b/Tests/VideoIOTests/VideoIOTests.swift @@ -226,11 +226,4 @@ final class VideoIOTests: XCTestCase { wait(for: [expectation], timeout: 10) #endif } - - static var allTests = [ - ("testAudioVideoSettings", testAudioVideoSettings), - ("testVideoExport", testVideoExport), - ("testSampleBufferUtilities", testSampleBufferUtilities), - ("testPlayerVideoOutput_iOS", testPlayerVideoOutput_iOS), - ] }