Skip to content

Commit

Permalink
Merge pull request #17247 from vrothberg/fix-ci
Browse files Browse the repository at this point in the history
fix CI: test fail due to merge
  • Loading branch information
openshift-merge-robot committed Jan 27, 2023
2 parents 49b809a + a745d99 commit 8fce9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/play_kube_test.go
Expand Up @@ -4989,7 +4989,7 @@ spec:
inspect := podmanTest.Podman([]string{"inspect", "test-hostipc-alpine", "--format", "{{ .HostConfig.IpcMode }}"})
inspect.WaitWithDefaultTimeout()
Expect(inspect).Should(Exit(0))
Expect(inspect.OutputToString()).To(Equal("shareable"))
Expect(inspect.OutputToString()).To(Equal("host"))

cmd := exec.Command("ls", "-l", "/proc/self/ns/ipc")
res, err := cmd.Output()
Expand Down

0 comments on commit 8fce9dc

Please sign in to comment.