diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-10-24 23:06:51 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-10-24 23:07:35 -0700 |
commit | a5fe397cf806cbc488757dbd73a3d83eb5da11cd (patch) | |
tree | 595a1670feede8a064ba3824facb32fe5e9c37de /runsc/test/image | |
parent | e7191f058f550cc3a203a854a1d81f7746c96e53 (diff) |
Re-enable TestPythonHello now that ptrace seccomp issue is resolved.
PiperOrigin-RevId: 218636184
Change-Id: I44deac3f32276d06955c5fb1e28c5970bb08f5fd
Diffstat (limited to 'runsc/test/image')
-rw-r--r-- | runsc/test/image/image_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runsc/test/image/image_test.go b/runsc/test/image/image_test.go index 763152b47..f7e750d71 100644 --- a/runsc/test/image/image_test.go +++ b/runsc/test/image/image_test.go @@ -192,12 +192,6 @@ func TestMysql(t *testing.T) { } func TestPythonHello(t *testing.T) { - // TODO: This test occasionally hangs on the ptrace - // platform. Re-enable it once we have this issue fixed. - if testutil.IsPtracePlatform() { - t.Skipf("Skipping PythonHello test on ptrace platform") - } - if err := testutil.Pull("google/python-hello"); err != nil { t.Fatalf("docker pull failed: %v", err) } |