diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-27 11:56:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 11:56:20 +0200 |
commit | 7c9a8fc93d1700bf0399bf78fc875fb1edb93651 (patch) | |
tree | 3d77c6d3ac15a1f0e5d2b8d51ce151d3818947d5 /test/e2e/pod_top_test.go | |
parent | c2a33b7bf9c35e836657c2f764a5a17b7e6c483e (diff) | |
parent | 8552823ac1e69c16c3b53356e435eade387ece8c (diff) | |
download | podman-7c9a8fc93d1700bf0399bf78fc875fb1edb93651.tar.gz podman-7c9a8fc93d1700bf0399bf78fc875fb1edb93651.tar.bz2 podman-7c9a8fc93d1700bf0399bf78fc875fb1edb93651.zip |
Merge pull request #5985 from rhatdan/test1
Enable these tests
Diffstat (limited to 'test/e2e/pod_top_test.go')
-rw-r--r-- | test/e2e/pod_top_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/pod_top_test.go b/test/e2e/pod_top_test.go index 2f75aaf30..c313b0675 100644 --- a/test/e2e/pod_top_test.go +++ b/test/e2e/pod_top_test.go @@ -20,7 +20,6 @@ var _ = Describe("Podman top", func() { ) BeforeEach(func() { - Skip(v2fail) tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) |