diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-21 02:06:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 02:06:56 +0200 |
commit | 8db7b9ea219ef06c50919dcfabdfdca5676e1456 (patch) | |
tree | b0072940f318fbe34f6ee33750d61f320509eb15 /test/e2e/stop_test.go | |
parent | 02b29db3b7f9d2c9fd2342b00f0c1a9a7041779b (diff) | |
parent | 2624c043d1b8aef69355616037ee2305298bd08a (diff) | |
download | podman-8db7b9ea219ef06c50919dcfabdfdca5676e1456.tar.gz podman-8db7b9ea219ef06c50919dcfabdfdca5676e1456.tar.bz2 podman-8db7b9ea219ef06c50919dcfabdfdca5676e1456.zip |
Merge pull request #6284 from baude/v2remotetestfixes
Test fixes for remote integration
Diffstat (limited to 'test/e2e/stop_test.go')
-rw-r--r-- | test/e2e/stop_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/stop_test.go b/test/e2e/stop_test.go index 8c845e90a..8e49e3bd0 100644 --- a/test/e2e/stop_test.go +++ b/test/e2e/stop_test.go @@ -198,7 +198,6 @@ var _ = Describe("Podman stop", func() { }) It("podman stop all containers with one stopped", func() { - Skip(v2remotefail) session := podmanTest.RunTopContainer("test1") session.WaitWithDefaultTimeout() Expect(session.ExitCode()).To(Equal(0)) |