Skip to content

Commit

Permalink
enable tests about array
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Sep 13, 2014
1 parent 3908f5c commit f44f771
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/pyspark/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -955,8 +955,6 @@ def test_newhadoop(self):
conf=input_conf).collect())
self.assertEqual(new_dataset, data)

@unittest.skipIf(sys.version_info[:2] <= (2, 6) or python_implementation() == "PyPy",
"Skipped on 2.6 and PyPy until SPARK-2951 is fixed")
def test_newhadoop_with_array(self):
basepath = self.tempdir.name
# use custom ArrayWritable types and converters to handle arrays
Expand Down

0 comments on commit f44f771

Please sign in to comment.