Revert back to LEGACY mode for Robolectric to test CI
Differential Revision: D26400588
This pull request was exported from Phabricator. Differential Revision: D26400588
This pull request was exported from Phabricator. Differential Revision: D26400588
Hi @colriot , would it make sense instead of executing all litho tests with LEGACY, to only annotate the tests that need LEGACY and let all other tests run with PAUSED? I believe Robolectric LooperMode.LEGACY is now considered deprecated. I have sent a couple of PRs to annotate with LEGACY the tests that need it. Please let me know your thougths.
This pull request was exported from Phabricator. Differential Revision: D26400588
Hi @chggr! I'm just trying to debug a tests issue on CI. As you've probably noticed we now have red CI in OSS (though it's green internally). And I'm trying to fix it.
I've also added quite a bunch of Legacy annotations to our tests some time around your PRs :) So, I wanted to ask you to rebase your 2 PRs on top of master, to actualize and merge them
Thanks @colriot for fixing the CI build, that's awesome! As discussed I have merged master into the other two PRs that are adding LooperMode.LEGACY where needed and removing it from tests that is not really required. I hope these will help getting to the bottom of these test failures.
https://github.com/facebook/litho/pull/761 https://github.com/facebook/litho/pull/762