Skip to content

Commit

Permalink
Skip conflicts.txt test for Plone 5 since the tests relies on Archety…
Browse files Browse the repository at this point in the history
…pes. Needs to be fix before we can make a release.
  • Loading branch information
tisto committed Apr 23, 2016
1 parent 563fa75 commit 1f4a0b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/collective/solr/tests/test_doctests.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ def test_suite():
'dependencies.txt',
'collections.txt',
]
# XXX: This needs to be removed before we can make a release! (timo)
if api.env.plone_version() >= '5.0':
# Plone 5 currently does not support facets or old style collections
testfiles.remove('facets.txt')
testfiles.remove('dependencies.txt')
testfiles.remove('collections.txt')
testfiles.remove('conflicts.txt')
for testfile in testfiles:
doc_suite = doctest.DocFileSuite(testfile,
package='collective.solr.tests',
Expand Down

0 comments on commit 1f4a0b5

Please sign in to comment.