summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/image/image_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/test/image/image_test.go')
-rw-r--r--runsc/test/image/image_test.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/runsc/test/image/image_test.go b/runsc/test/image/image_test.go
index 40c92e1c0..d89d80a86 100644
--- a/runsc/test/image/image_test.go
+++ b/runsc/test/image/image_test.go
@@ -192,6 +192,12 @@ 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)
}