diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-24 00:08:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-24 00:08:31 +0000 |
commit | 505f3122b8fbe8bd4571514cd09157e62ba5b40e (patch) | |
tree | d1e01795675e3e46ed8d1021108dc449ec1728bd /test/e2e/config.go | |
parent | a6b300ef7ee19da0c590af9bbcd1a35de7fa8c84 (diff) | |
parent | 8863e0f00503c1930e74376658abc7632555d1e2 (diff) | |
download | podman-505f3122b8fbe8bd4571514cd09157e62ba5b40e.tar.gz podman-505f3122b8fbe8bd4571514cd09157e62ba5b40e.tar.bz2 podman-505f3122b8fbe8bd4571514cd09157e62ba5b40e.zip |
Merge pull request #7731 from rhatdan/v2remotefail
Remove final v2remotefail failures
Diffstat (limited to 'test/e2e/config.go')
-rw-r--r-- | test/e2e/config.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/e2e/config.go b/test/e2e/config.go index 71c4dee31..0e1850614 100644 --- a/test/e2e/config.go +++ b/test/e2e/config.go @@ -27,8 +27,4 @@ var ( // 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" ) |