From f0ed4d23abef86d4efa83db3e7a1041124bcd7e6 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Wed, 4 Oct 2023 21:54:37 +0000 Subject: [PATCH] test: drop this commit Test converts are not failing Signed-off-by: Ramkumar Chinchani --- test/convert.bats | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/convert.bats b/test/convert.bats index 90dc6ee2..e610dad3 100644 --- a/test/convert.bats +++ b/test/convert.bats @@ -48,7 +48,6 @@ EOF } @test "alpine" { - skip_slow_test git clone https://github.com/alpinelinux/docker-alpine.git chmod -R a+rwx docker-alpine cd docker-alpine @@ -63,7 +62,6 @@ EOF } @test "elasticsearch" { - skip_slow_test git clone https://github.com/elastic/dockerfiles.git chmod -R a+rwx dockerfiles cd dockerfiles/elasticsearch @@ -77,7 +75,6 @@ EOF } @test "python" { - skip_slow_test git clone https://github.com/docker-library/python.git cd python/3.11/alpine3.17 chmod -R a+rw .