diff --git a/config_test.go b/config_test.go index 5f2eb6b..7189a2b 100644 --- a/config_test.go +++ b/config_test.go @@ -116,10 +116,6 @@ func TestConfig(t *testing.T) { image: "centos:8", config: configCentOS, }, - { - image: "centos:latest", - config: configCentOS, - }, { image: "quay.io/centos/centos:stream9", config: configCentOS,