Skip to content

Commit

Permalink
Ignore temporarily errors in basic tile in builds installing plone.ap…
Browse files Browse the repository at this point in the history
…p.contenttypes

Refs. #637
  • Loading branch information
hvelarde committed Jul 21, 2016
1 parent 2c524f4 commit aa4c5e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/collective/cover/tests/test_basic_tile.robot
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ${edit_link_selector} a.edit-tile-link
*** Test cases ***

Test Basic Tile
[Tags] issue_637
# XXX: test is randomly failing under Plone 4.2 only
Run keyword if '${CMFPLONE_VERSION}' >= '4.3' Remove Tags Mandelbug

Expand Down
4 changes: 4 additions & 0 deletions src/collective/cover/tests/test_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
(PLONE_VERSION.startswith('4.3') and DEXTERITY_ONLY):
noncritical.append('issue_615')

# FIXME: https://github.com/collective/collective.cover/issues/637
if PLONE_VERSION.startswith('4.3') and DEXTERITY_ONLY:
noncritical.append('issue_637')


def test_suite():
suite = unittest.TestSuite()
Expand Down

0 comments on commit aa4c5e6

Please sign in to comment.