Skip to content

Commit

Permalink
test: drop this commit
Browse files Browse the repository at this point in the history
Test converts are not failing

Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Oct 10, 2023
1 parent 25ee212 commit d1b9614
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/convert.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 .
Expand Down

0 comments on commit d1b9614

Please sign in to comment.