summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-12-06 12:21:31 +0000
committerPauli Virtanen <pav@iki.fi>2009-12-06 12:21:31 +0000
commitbc96ed3ed9229957631be5560389e6896c9dc6b3 (patch)
tree641444ed88f50fe9b7e6fa234a77060ef094b486
parent03f0ace600624ffbb13467e6fdf4e112fc6d714f (diff)
downloadnumpy-bc96ed3ed9229957631be5560389e6896c9dc6b3.tar.gz
Mark a non-implemented test as a knownfailure
-rw-r--r--numpy/core/tests/test_multiarray.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/tests/test_multiarray.py b/numpy/core/tests/test_multiarray.py
index 5d544f383..45ca22fea 100644
--- a/numpy/core/tests/test_multiarray.py
+++ b/numpy/core/tests/test_multiarray.py
@@ -1428,6 +1428,7 @@ class TestStackedNeighborhoodIter(TestCase):
if sys.version_info >= (2, 6):
class TestNewBufferProtocol(object):
+ @dec.knownfailureif(True, "No tests for the new buffer interface yet.")
def test_there_are_no_tests_yet_so_fail(self):
raise AssertionError("Need tests for the new buffer interface! "
"For arrays and scalars.")