mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
e2e tests: SkipIfRemote(): add a reason
Now that Dan has added helpful comments to each SkipIfRemote, let's take the next step and include those messages in the Skip() output so someone viewing test results can easily see if a remote test is skipped for a real reason or for a FIXME. This commit is the result of a simple: perl -pi -e 's;(SkipIfRemote)\(\)(\s+//\s+(.*))?;$1("$3");' *.go in the test/e2e directory, with a few minor (manual) changes in wording. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -285,7 +285,7 @@ var _ = Describe("Podman exec", func() {
|
||||
})
|
||||
|
||||
It("podman exec preserves container groups with --user and --group-add", func() {
|
||||
SkipIfRemote() // FIXME: This is broken SECCOMP Failues?
|
||||
SkipIfRemote("FIXME: This is broken SECCOMP Failues?")
|
||||
|
||||
dockerfile := `FROM fedora-minimal
|
||||
RUN groupadd -g 4000 first
|
||||
|
Reference in New Issue
Block a user