Skip to content

Commit

Permalink
Do not run errors/search.txt on Plone 5. We don't have a non-js ui an…
Browse files Browse the repository at this point in the history
…y longer.
  • Loading branch information
tisto committed Apr 23, 2016
1 parent d2c4e1b commit a359dd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/collective/solr/tests/test_doctests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ def test_suite():
testfiles.remove('dependencies.txt')
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,
package='collective.solr.tests',
Expand Down

0 comments on commit a359dd1

Please sign in to comment.