Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74108080 authored by vadimt's avatar vadimt
Browse files

Removing a workaround to make NevigationModeSwitchRule pass on CF

Change-Id: I7b7cabc098f17c99406032e186a4ee363273f0a9
parent 603c20ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -209,7 +209,6 @@ public class NavigationModeSwitchRule implements TestRule {
                    final String error = mLauncher.getNavigationModeMismatchError();
                    assertTrue("Switching nav mode: " + error, error == null);

                    Thread.sleep(5000);
                    return true;
                }