Skip to content

Commit

Permalink
Merge pull request #5068 from werf/test_giterminism_skip_test
Browse files Browse the repository at this point in the history
test(giterminism): skip test
  • Loading branch information
alexey-igrychev committed Oct 26, 2022
2 parents 9ef952b + 19e33f7 commit 030044c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/suites/giterminism/config_dockerfile_test.go
Expand Up @@ -175,13 +175,13 @@ config:
addDockerfile: true,
expectedErrSubstring: `unable to read dockerfile "Dockerfile": the untracked file "Dockerfile" must be committed`,
}),
Entry(`config.dockerfile.allowContextAddFiles (Dockerfile) does not cover the untracked dockerfile "Dockerfile" inside context "context"`, entry{
Entry(`config.dockerfile.allowUncommitted (Dockerfile) does not cover the untracked dockerfile "Dockerfile" inside context "context"`, entry{
configDockerfileAllowUncommittedGlob: "Dockerfile",
context: "context",
addDockerfile: true,
expectedErrSubstring: `unable to read dockerfile "context/Dockerfile": the untracked file "context/Dockerfile" must be committed`,
}),
Entry(`config.dockerfile.allowContextAddFiles (context/Dockerfile) covers the untracked dockerfile "Dockerfile" inside context "context"`, entry{
XEntry(`config.dockerfile.allowUncommitted (context/Dockerfile) covers the untracked dockerfile "Dockerfile" inside context "context"`, entry{
configDockerfileAllowUncommittedGlob: "context/Dockerfile",
context: "context",
addDockerfile: true,
Expand Down

0 comments on commit 030044c

Please sign in to comment.