Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Tests/CLITests/Subcommands/Containers/TestCLIPrune.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class TestCLIPruneCommand: CLITest {
Test.current!.name.trimmingCharacters(in: ["(", ")"]).lowercased()
}

@Test func testContainerPruneNoContainers() throws {
@Test(.disabled("flaky — prune picks up containers from concurrent suites; tests being rewritten"))
func testContainerPruneNoContainers() throws {
let (_, _, error, status) = try run(arguments: ["prune"])
if status != 0 {
throw CLIError.executionFailed("container prune failed: \(error)")
Expand Down