-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: open activity directly and add ignore to reduce flaky tests on CI env #603
Conversation
@@ -219,6 +218,7 @@ public void verifyPinchCloseGesture() throws JSONException { | |||
assertFalse(pinchCloseResponse.isSuccessful()); | |||
} | |||
|
|||
@Ignore("This test is not stable on CI as probably slow response. Please enable again once we move the CI instance to faster emulator one such as M1 macOS instance. Local run works.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, it looks like opening an activity itself very slowly or does not work frequently on CI. So... the root cause is a slow emulator on CI |
Ignored tests succeeded in my local but not on the CI as... maybe mostly by slow emulator. Once the m1 mac instance is stable (currently triggering the instance took much time. My another pr was not able to get the instance after 10 minutes) |
🎉 This PR is included in version 6.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It looks like some failure occurred in the middle of
setupDragDropView
, so before running actual test