diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-06-04 13:15:33 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-06-04 16:14:09 +0200 |
commit | 9c5048544068c37e70d4e9b135180bfbc70e4b12 (patch) | |
tree | 48b1aa9cf154e17acd7ca87c815b6d18d2876065 /test/system | |
parent | b64e20a53d3f5de262f2c475be490b35977d5f32 (diff) | |
download | podman-9c5048544068c37e70d4e9b135180bfbc70e4b12.tar.gz podman-9c5048544068c37e70d4e9b135180bfbc70e4b12.tar.bz2 podman-9c5048544068c37e70d4e9b135180bfbc70e4b12.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.bats | 1 |
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) |