summaryrefslogtreecommitdiff
path: root/test/e2e/run_cleanup_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-30 09:18:41 +0000
committerGitHub <noreply@github.com>2020-09-30 09:18:41 +0000
commite9edddaaf2ab9d769d36adf00f97034db0a3cadf (patch)
tree8d614f0a6a303c9f78605ca91fd04cf90b605d16 /test/e2e/run_cleanup_test.go
parentb68b6f334d4a83de35d68cc359365b348e72ad6b (diff)
parentb496802413aecf95b0d2786cb6e13618b388a406 (diff)
downloadpodman-e9edddaaf2ab9d769d36adf00f97034db0a3cadf.tar.gz
podman-e9edddaaf2ab9d769d36adf00f97034db0a3cadf.tar.bz2
podman-e9edddaaf2ab9d769d36adf00f97034db0a3cadf.zip
Merge pull request #7799 from rhatdan/rootless
Make all Skips specify a reason
Diffstat (limited to 'test/e2e/run_cleanup_test.go')
-rw-r--r--test/e2e/run_cleanup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/run_cleanup_test.go b/test/e2e/run_cleanup_test.go
index 34b6ba4ff..5f6c9007a 100644
--- a/test/e2e/run_cleanup_test.go
+++ b/test/e2e/run_cleanup_test.go
@@ -34,7 +34,7 @@ var _ = Describe("Podman run exit", func() {
It("podman run -d mount cleanup test", func() {
SkipIfRemote("podman-remote does not support mount")
- SkipIfRootless() // FIXME podman mount requires podman unshare first
+ SkipIfRootless("FIXME podman mount requires podman unshare first")
result := podmanTest.Podman([]string{"run", "-dt", ALPINE, "top"})
result.WaitWithDefaultTimeout()