From ae6d4ffdaedb1c2d4298fe41cb43d7353be7f087 2012-05-07 18:00:13
From: Thomas Kluyver <takowl@gmail.com>
Date: 2012-05-07 18:00:13
Subject: [PATCH] Merge pull request #1706 from takluyver/hide-i1699

Mark test_push_numpy_nocopy as a known failure for Python 3
---

diff --git a/IPython/parallel/tests/test_view.py b/IPython/parallel/tests/test_view.py
index 9ddf41d..b492b70 100644
--- a/IPython/parallel/tests/test_view.py
+++ b/IPython/parallel/tests/test_view.py
@@ -234,6 +234,7 @@ class TestView(ClusterTestCase):
         b = view.gather('a', block=True)
         assert_array_equal(b, a)
 
+    @dec.known_failure_py3
     @skip_without('numpy')
     def test_push_numpy_nocopy(self):
         import numpy