Skip to content

Commit

Permalink
skipping the tests on previous version 0.33.0 because it has the bug …
Browse files Browse the repository at this point in the history
…and the test fails

Signed-off-by: Juan Bustamante <jbustamante@vmware.com>
  • Loading branch information
jjbustamante committed Feb 6, 2024
1 parent 5170aa3 commit e2f47d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ include = [ "*.jar", "media/mountain.jpg", "/media/person.png", ]
}

it.Before(func() {
h.SkipIf(t, !PackCreateBuilder.SupportsFeature(invoke.BuildpackFlatten), "")
h.SkipIf(t, !pack.SupportsFeature(invoke.BuildpackFlatten), "")
h.SkipIf(t, imageManager.HostOS() == "windows", "buildpack directories not supported on windows")

var err error
Expand Down

0 comments on commit e2f47d4

Please sign in to comment.