diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-05-07 15:57:06 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-05-07 16:18:39 +0200 |
commit | 61828cf4807757eb9b85151a0e425a1790f06c27 (patch) | |
tree | dfdb6aa60047c755455bab37cdc18463c0fb241d /test | |
parent | 7cd2e35203cd059a75792c1ff03486ba32a23ddb (diff) | |
download | podman-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')
-rw-r--r-- | test/e2e/runlabel_test.go | 1 |
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) |