Fix all the ignored test cases
See original GitHub issueDescribe the bug Some of the test cases are ignored due to flakyness or blocked somewhere in other pr.
Expected behavior Need to fix all.
Test file | Test issue/pr |
---|---|
AudioFragmentTest | #56(Landscape) |
ExplorationActivityTest | 2 - fake audio library (https://github.com/oppia/oppia-android/issues/2480) |
StateFragmentTest | 3 - #1612, 1 - #1611 |
ImageRegionSelectionInteractionViewTest | 3 - #1611 , 3 - test doesn’t seems correct |
InputInteractionViewTestActivityTest | 4 - #56(Landscape) |
NavigationDrawerActivityTest | 1 - #1806(MyDownloads)[BLOCKED] |
CoroutineExecutorServiceTest | 2 - #1763 |
Test file | @RunOn(TestPlatform.ESPRESSO) |
---|---|
NavigationDrawerActivityTest | 2 - Error 'is drawer closed' doesn't match the selected view. for robolectric |
TopicInfoFragmentTest | 7 - #2057 Text lines/Orientation change for robolectric |
QuestionPlayerActivityTest. | 4 - #2057 |
AudioFragmentTest | 1 - https://github.com/oppia/oppia-android/issues/2568 |
Test file | Need Tests to write |
---|---|
QuestionPlayerActivityTest | https://github.com/oppia/oppia-android/issues/503 |
ExplorationActivityTest | TODO(#163): Fill in remaining tests for this activity. (is this completed) |
StateFragmentTest | TODO(#388): Add more test-cases (@khushal1707 ) ,TODO(#56): Add support for testing that previous/next button states are properly retained on config changes. |
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
JUnit @Ignore Test Annotation with Example
Ignore all test methods using @Ignore annotation. ... As discussed above to ignore all the tests in class, you need to use @Ignore...
Read more >TestNG - Test ignored error message
TestNG - Test ignored error message · 1. Add a @Test method, I think it will be worked. · 1. @Amit : It...
Read more >Why your test automation is ignored—and 5 steps to stand ...
1. Filter out unreliable tests ... Eliminate all tests that do not reliably give the information that you expect them to give (the...
Read more >Clarification on ignored test cases - ui-test-framework
Remove the group from the CI profile config so that all tests are run. Mark failing tests with @Ignore. Get rid of the...
Read more >Ignore
Note that the IgnoreAttribute is attached to a method. If you have multiple test cases using the same method, adding it will ignore...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure and please also mention here in the comment with the new issue link.
@anandwana001 Yes, sure.