diff options
Diffstat (limited to 'test/e2e/config.go')
-rw-r--r-- | test/e2e/config.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/e2e/config.go b/test/e2e/config.go index 71c4dee31..49a47c7da 100644 --- a/test/e2e/config.go +++ b/test/e2e/config.go @@ -23,12 +23,4 @@ var ( // This image has a bogus/invalid seccomp profile which should // yield a json error when being read. alpineBogusSeccomp = "docker.io/libpod/alpine-with-bogus-seccomp:label" - - // v2fail is a temporary variable to help us track - // tests that fail in v2 - v2fail = "does not pass integration tests with v2 podman" - - // v2remotefail is a temporary variable to help us track - // tests that fail in v2 remote - v2remotefail = "does not pass integration tests with v2 podman remote" ) |