Skip to content

Commit

Permalink
bug in robot test setup so they failed to run in 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Mar 26, 2021
1 parent 0f6c78e commit db36d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/collectionfilter/tests/test_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_suite():
for robot_test in robot_tests:
if "ajaxenabled" in robot_test:
if api.env.plone_version() < '5.1':
break
continue
else:
test_layer = (
COLLECTIVE_COLLECTIONFILTER_ACCEPTANCE_TESTING_AJAX_ENABLED
Expand Down

0 comments on commit db36d99

Please sign in to comment.