Skip to content

Commit

Permalink
Tests: expect content extraction to fail
Browse files Browse the repository at this point in the history
Once django-haystack#90 is fixed we can
re-enable this test
  • Loading branch information
acdha committed Nov 12, 2013
1 parent bf6ab10 commit a9116b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def test_optimize(self):
self.solr.optimize()
self.assertEqual(len(self.solr.search('doc')), 4)

@unittest.expectedFailure
def test_extract(self):
fake_f = StringIO("""
<html>
Expand Down

0 comments on commit a9116b4

Please sign in to comment.