Skip to content

Commit e55f735

Browse files
author
Julian Kast
committed
Update unit test to fix instances of random fails
1 parent ed05918 commit e55f735

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/sdl_android/src/androidTest/java/com/smartdevicelink/managers/screen/TextAndGraphicManagerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ public void testDispose() {
275275

276276
@Test
277277
public void testOperationManagement() {
278+
textAndGraphicManager.transactionQueue.pause();
278279
textAndGraphicManager.isDirty = true;
279280
textAndGraphicManager.updateOperation = null;
280281
textAndGraphicManager.update(null);

0 commit comments

Comments
 (0)