Skip to content

Commit 10f678c

Browse files
committed
Remove redundant done reset in BaseTest
1 parent 901a4df commit 10f678c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/device-runner-app/tests/BaseTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ public abstract class BaseTest extends AbstractTest {
1212
private String currentScreenshotName = "default";
1313

1414
protected Form createForm(String title, Layout layout, final String imageName) {
15-
// Ensure each test starts from a clean completion state so we don't skip
16-
// the wait loop when multiple tests run in sequence.
17-
done = false;
1815
currentScreenshotName = Cn1ssDeviceRunnerHelper.sanitizeTestName(imageName);
1916
return new Form(title, layout) {
2017
@Override

0 commit comments

Comments
 (0)