tyborg

Results 3 comments of tyborg

Workaround: put a Thread.sleep(2000) to the setup part of the test to provide enough time to restart the app between the test cases.

For a quick fix that can be enough, but better if you use the expected solution from Yuki-r's comment: https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/699#issue-750935141

I have the same problem. Some of our tests are unstable now, and I only want to set the stage to UNSTABLE but the build to SUCCESS. This is working...