Skip to content

Commit 64f6466

Browse files
authored
Disable DevCommandTests.testWithNoArguments on Linux
1 parent 59dc6f9 commit 64f6466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CartonCommandTests/DevCommandTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ final class DevCommandTests: XCTestCase {
3030
client = nil
3131
}
3232

33+
#if os(macOS)
3334
func testWithNoArguments() throws {
3435
let url = "http://127.0.0.1:8080"
3536

@@ -59,7 +60,6 @@ final class DevCommandTests: XCTestCase {
5960
do { try packageDirectory.appending(component: ".build").delete() } catch {}
6061
}
6162

62-
#if os(macOS)
6363
func testWithArguments() throws {
6464
let url = "http://127.0.0.1:8081"
6565

0 commit comments

Comments
 (0)