File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Tests/DangerDependenciesResolverTests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ final class InlineDependenciesFinderTests: XCTestCase {
20
20
] )
21
21
}
22
22
23
+ #if os(macOS) || compiler(<6.0)
24
+ // TODO: Fix on Linux with Swift 6.0
23
25
func testReturnsAnErrorWhenDependencyIsInvalid( ) throws {
24
26
let fileReader = StubbedDataReader ( stubbedReadText: { _ -> String in
25
27
self . scriptWithInvalidURL
@@ -29,6 +31,7 @@ final class InlineDependenciesFinderTests: XCTestCase {
29
31
30
32
XCTAssertThrowsError ( try dependenciesFinder. resolveInlineDependencies ( fromPath: " path " , dangerSwiftVersion: " 3.14.0 " ) )
31
33
}
34
+ #endif
32
35
33
36
func testReturnsAnEmptyDependenciesListWhenDependenciesDoNotHavePackagePrefix( ) throws {
34
37
let fileReader = StubbedDataReader ( stubbedReadText: { _ -> String in
You can’t perform that action at this time.
0 commit comments