File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Tests/OpenAPIKit30RealSpecSuite Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ final class GitHubAPICampatibilityTests: XCTestCase {
37
37
}
38
38
39
39
func test_successfullyParsedDocument( ) {
40
+ #if os(Linux) && swift(>=6.0)
41
+ XCTSkip ( " Swift bug causes CI failure currently (line 48): failed - The operation could not be completed. The file doesn’t exist. " )
42
+ #endif
40
43
switch githubAPI {
41
44
case nil :
42
45
XCTFail ( " Did not attempt to pull GitHub API documentation like expected. " )
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ final class GoogleBooksAPICampatibilityTests: XCTestCase {
32
32
}
33
33
34
34
func test_successfullyParsedDocument( ) {
35
+ #if os(Linux) && swift(>=6.0)
36
+ XCTSkip ( " Swift bug causes CI failure currently (line 43): failed - The operation could not be completed. The file doesn’t exist. " )
37
+ #endif
35
38
switch booksAPI {
36
39
case nil :
37
40
XCTFail ( " Did not attempt to pull Google Books API documentation like expected. " )
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ final class PetStoreAPICampatibilityTests: XCTestCase {
32
32
}
33
33
34
34
func test_successfullyParsedDocument( ) {
35
+ #if os(Linux) && swift(>=6.0)
36
+ XCTSkip ( " Swift bug causes CI failure currently (line 43): failed - The operation could not be completed. The file doesn’t exist. " )
37
+ #endif
35
38
switch petStoreAPI {
36
39
case nil :
37
40
XCTFail ( " Did not attempt to pull Pet Store API documentation like expected. " )
You can’t perform that action at this time.
0 commit comments