summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-06-04 13:15:33 +0200
committerMatthew Heon <mheon@redhat.com>2021-06-11 13:06:07 -0400
commitc751544facb3fb891f40d4d125940a51c0477494 (patch)
tree1c55d9186e501c696c484e0767d62d0712eaf33a /test/system
parentc28f442b28cf858feb0e7d9d6ee77df708030cd5 (diff)
downloadpodman-c751544facb3fb891f40d4d125940a51c0477494.tar.gz
podman-c751544facb3fb891f40d4d125940a51c0477494.tar.bz2
podman-c751544facb3fb891f40d4d125940a51c0477494.zip
remote events: support labels
Certain event meta data was lost when converting the remote events to libpod events and vice versa. Enable the skipped system tests for remote. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'test/system')
-rw-r--r--test/system/090-events.bats1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/090-events.bats b/test/system/090-events.bats
index 09c2d0c10..7948cd1e6 100644
--- a/test/system/090-events.bats
+++ b/test/system/090-events.bats
@@ -6,7 +6,6 @@
load helpers
@test "events with a filter by label" {
- skip_if_remote "FIXME: -remote does not include labels in event output"
cname=test-$(random_string 30 | tr A-Z a-z)
labelname=$(random_string 10)
labelvalue=$(random_string 15)