Skip to content

Commit

Permalink
fix: Layer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed May 17, 2022
1 parent 6c2cc05 commit 65d4b92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,7 @@ func TestLayers(t *testing.T) {
// This files build locally with difference 0, on CI docker
// produces a different amount of layers (?).
offset["Dockerfile_test_copy_same_file_many_times"] = 47
offset["Dockerfile_test_arg_multi_with_quotes"] = 1
offset["Dockerfile_test_arg_multi"] = 1
offset["Dockerfile_test_arg_blank_with_quotes"] = 1
offset["Dockerfile_test_meta_arg"] = 1
}

for _, dockerfile := range allDockerfiles {
Expand Down

0 comments on commit 65d4b92

Please sign in to comment.