Skip to content

Commit a3bd912

Browse files
authored
Update Android test arguments (#638)
1 parent f04497c commit a3bd912

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

master/custom/factories.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,8 +1249,7 @@ def setup(self, **kwargs):
12491249
),
12501250
Test(
12511251
command=[
1252-
android_py, "test", "--managed", "maxVersion", "-v", "--",
1253-
"--slow-ci", "--single-process", "--no-randomize",
1252+
android_py, "test", "--managed", "maxVersion", "-v", "--slow-ci"
12541253
],
12551254
timeout=step_timeout(self.test_timeout),
12561255
),

0 commit comments

Comments
 (0)