You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we are a group of researchers that investigate the occurrence of flaky tests in Android.
We voluntarily ran your GUI tests 20 times and found that a test pass or fail non-deterministically, which characterizes as flaky test [1]. Below we list each flaky test we found, and its number of failures.
testCreateMedicine - failed 12 times (stack trace)
We ran these tests on a generic Android Emulator (AVD) with Android API version 28.
Hello, we are a group of researchers that investigate the occurrence of flaky tests in Android.
We voluntarily ran your GUI tests 20 times and found that a test pass or fail non-deterministically, which characterizes as flaky test [1]. Below we list each flaky test we found, and its number of failures.
testCreateMedicine
- failed 12 times (stack trace)We ran these tests on a generic Android Emulator (AVD) with Android API version 28.
If you confirm this behavior, our suggestion is to add the
@FlakyTest
annotation on these tests. See https://developer.android.com/reference/androidx/test/filters/FlakyTestIf you wish for a repair proposal, please let us know.
[1] https://hackernoon.com/flaky-tests-a-war-that-never-ends-9aa32fdef359
Graciously,
Denini, Leopoldo and Marcelo.
The text was updated successfully, but these errors were encountered: