plone / plone.app.multilingual

Plone Multilingual Content Add-on
https://pypi.org/project/plone.app.multilingual
19 stars 47 forks source link

Marked robot test for adding translation as unstable. [5.2.x] #367

Closed mauritsvanrees closed 4 years ago

mauritsvanrees commented 4 years ago

On Jenkins it has not succeeded on Plone 5.1 for long, and is unstable on 5.2. Locally the test passes fine on Chrome and Firefox.

I tried getting the test to pass on Jenkins, but that failed. See https://github.com/plone/plone.app.multilingual/pull/366

This PR is for branch 5.2.x (Plone 5.1)

mister-roboto commented 4 years ago

@mauritsvanrees thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

mauritsvanrees commented 4 years ago

@jenkins-plone-org please run jobs

mauritsvanrees commented 4 years ago

@jenkins-plone-org please run jobs

mauritsvanrees commented 4 years ago

I merge this. The test fails too often on Jenkins 5.1 We could try out retry_count=3 in this test, once coredev 5.1 uses a newer robotsuite version that supports this.