Skip to content

Commit

Permalink
still exclude errors doctest in Plone 5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Aug 15, 2016
1 parent 75cd9a7 commit de345f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collective/solr/tests/test_doctests.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_suite():
testfiles.remove('collections.txt')
testfiles.remove('conflicts.txt')
# search ui has been replaced with react that can't be tested with zt
testfiles.remove('errors.txt')
testfiles.remove('search.txt')
for testfile in testfiles:
doc_suite = doctest.DocFileSuite(testfile,
Expand Down

0 comments on commit de345f3

Please sign in to comment.