Skip to content
Snippets Groups Projects
Commit cc320207 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

retry failed tests

parent 9f3a3f5c
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!490Resolve "common functionality of NetworkExportPanel and GraphicsExportPanel should be extracted to abstract class"
......@@ -195,6 +195,9 @@ before(function () {
Promise.longStackTraces();
mockBootstrap();
// Retry all tests in this suite up to 4 times
this.retries(4);
});
beforeEach(function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment