summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-05-07 15:57:06 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-05-07 16:18:39 +0200
commit61828cf4807757eb9b85151a0e425a1790f06c27 (patch)
treedfdb6aa60047c755455bab37cdc18463c0fb241d /test/e2e
parent7cd2e35203cd059a75792c1ff03486ba32a23ddb (diff)
downloadpodman-61828cf4807757eb9b85151a0e425a1790f06c27.tar.gz
podman-61828cf4807757eb9b85151a0e425a1790f06c27.tar.bz2
podman-61828cf4807757eb9b85151a0e425a1790f06c27.zip
container runlabel
Implement container runlabel for v2. Local client only. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/runlabel_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/runlabel_test.go b/test/e2e/runlabel_test.go
index 83fdcabc9..41d61e9d9 100644
--- a/test/e2e/runlabel_test.go
+++ b/test/e2e/runlabel_test.go
@@ -31,7 +31,6 @@ var _ = Describe("podman container runlabel", func() {
)
BeforeEach(func() {
- Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)