Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable async tests on Linux #2751

Merged
merged 1 commit into from
Dec 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions Tests/AsyncTests/AsyncCacheTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if compiler(>=5.5) && canImport(_Concurrency)
#if !os(Linux)
import XCTVapor

@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
Expand Down Expand Up @@ -69,4 +68,3 @@ struct FooCache: Cache {
}
}
#endif
#endif
2 changes: 0 additions & 2 deletions Tests/AsyncTests/AsyncClientTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if compiler(>=5.5) && canImport(_Concurrency)
#if !os(Linux)
import Vapor
import XCTest

Expand Down Expand Up @@ -215,4 +214,3 @@ final class TestLogHandler: LogHandler {
}
}
#endif
#endif
2 changes: 0 additions & 2 deletions Tests/AsyncTests/AsyncPasswordTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if compiler(>=5.5) && canImport(_Concurrency)
#if !os(Linux)
import XCTVapor

@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
Expand Down Expand Up @@ -96,4 +95,3 @@ final class AsyncPasswordTests: XCTestCase {
}
}
#endif
#endif
2 changes: 0 additions & 2 deletions Tests/AsyncTests/AsyncWebSocketTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if compiler(>=5.5) && canImport(_Concurrency)
#if !os(Linux)
import XCTVapor
import Vapor

Expand Down Expand Up @@ -128,4 +127,3 @@ final class AsyncWebSocketTests: XCTestCase {
}
}
#endif
#endif