diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-22 17:51:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 17:51:14 +0100 |
commit | 40ae7e74b7cba36ebf1a5e89da4e749ed936189b (patch) | |
tree | 675abce8732b1750d52aed10f2322a751a15fda9 /test/e2e/run_signal_test.go | |
parent | bfc929efc44cc9255406ed6c2abec1b8a4f36dab (diff) | |
parent | c03b6b54fd48e18c365ea0351b4e9df05587aa1d (diff) | |
download | podman-40ae7e74b7cba36ebf1a5e89da4e749ed936189b.tar.gz podman-40ae7e74b7cba36ebf1a5e89da4e749ed936189b.tar.bz2 podman-40ae7e74b7cba36ebf1a5e89da4e749ed936189b.zip |
Merge pull request #12349 from edsantiago/clean_fixmes
Semiperiodic cleanup of obsolete Skip()s
Diffstat (limited to 'test/e2e/run_signal_test.go')
-rw-r--r-- | test/e2e/run_signal_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/run_signal_test.go b/test/e2e/run_signal_test.go index e9c073a6c..49f456366 100644 --- a/test/e2e/run_signal_test.go +++ b/test/e2e/run_signal_test.go @@ -45,7 +45,6 @@ var _ = Describe("Podman run with --sig-proxy", func() { }) Specify("signals are forwarded to container using sig-proxy", func() { - SkipIfRemote("FIXME: This looks like it is supposed to work in remote") if podmanTest.Host.Arch == "ppc64le" { Skip("Doesn't work on ppc64le") } @@ -111,7 +110,6 @@ var _ = Describe("Podman run with --sig-proxy", func() { }) Specify("signals are not forwarded to container with sig-proxy false", func() { - SkipIfRemote("FIXME: This looks like it is supposed to work in remote") signal := syscall.SIGFPE if rootless.IsRootless() { podmanTest.RestoreArtifact(fedoraMinimal) |