From b253fbfe45a85b62cd65d7c40970550c8402ab97 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Tue, 23 Dec 2025 13:24:00 -0800 Subject: [PATCH] tests: remove docker-proxy test docker-proxy is no longer installed in $PATH and in general the check is distro-specific. Just remove the test since these pipelines are in the middle of being replaced and as such this test now errors due to newer versions of packages (not being built with these pipelines) behaving differently. --- tests/test.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test.sh b/tests/test.sh index 5056072..df14ea9 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -17,11 +17,6 @@ fi assert_output --partial "This message shows that your installation appears to be working correctly" } -@test "extra docker binaries exists" { - run command -v docker-proxy - assert_success -} - @test "test containerd run hello world" { timeout --kill-after=60s 40s ctr image pull ${TEST_PLATFORM} docker.io/library/hello-world:latest run timeout --kill-after=60s 40s ctr run ${TEST_PLATFORM} --rm docker.io/library/hello-world:latest test