Skip to content

Commit

Permalink
Add more notes about test isolation problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Jun 22, 2014
1 parent 10e4864 commit dcd9c68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests.cfg
Expand Up @@ -309,10 +309,14 @@ unit_tests =
z3c.relationfield
Dexterity =
plone.app.textfield
# Moving plone.app.z3cform into the plone_app_testing group leads to deadlocks / very long
# running robot tests (> 25 min) on Jenkins.
plone.app.z3cform
# Moving plone.formwidget.namedfile into the plone_app_testing group leads to test failures
# in multiple other test groups with:
# ImportError: No module named iterate
# Here is the fun fact: those errors do not occur on our new rackspace machines
# running Ubuntu 14.04.
plone.formwidget.namedfile
# Moving plone.folder into the plone_app_testing group leads to test failures with:
# ValueError: undefined property 'content_meta_type'
Expand All @@ -323,6 +327,7 @@ Dexterity =
# Moving plone.schemaeditor into the plone_app_testing_group leads to test failures.
plone.schemaeditor


# TEST ISOLATION PROBLEMS
# -----------------------
#
Expand Down

0 comments on commit dcd9c68

Please sign in to comment.