diff --git a/master/custom/factories.py b/master/custom/factories.py index 1d9053b9..6d62958f 100644 --- a/master/custom/factories.py +++ b/master/custom/factories.py @@ -1245,14 +1245,10 @@ def setup(self, **kwargs): Test( command=[ android_py, "test", "--managed", "maxVersion", "-v", "--", - "-uall", "--single-process", "--rerun", "-W", + "--slow-ci", "--single-process", "--no-randomize", ], timeout=step_timeout(self.test_timeout), ), - ShellCommand( - name="Clean", - command=[android_py, "clean"], - ), ]) @util.renderer