commit | 74108080853f5184daaac145fa3eb4a8ed5e5be3 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Tue Nov 19 18:04:13 2019 -0800 |
committer | vadimt <vadimt@google.com> | Tue Nov 19 18:04:13 2019 -0800 |
tree | 9865cec45529214799670dedb6933b79eeb1802b | |
parent | 603c20ad37330db3fcf8149f60ddb6f967603ee2 [diff] |
Removing a workaround to make NevigationModeSwitchRule pass on CF Change-Id: I7b7cabc098f17c99406032e186a4ee363273f0a9
diff --git a/quickstep/tests/src/com/android/quickstep/NavigationModeSwitchRule.java b/quickstep/tests/src/com/android/quickstep/NavigationModeSwitchRule.java index fa4c7b9..5606ac2 100644 --- a/quickstep/tests/src/com/android/quickstep/NavigationModeSwitchRule.java +++ b/quickstep/tests/src/com/android/quickstep/NavigationModeSwitchRule.java
@@ -209,7 +209,6 @@ final String error = mLauncher.getNavigationModeMismatchError(); assertTrue("Switching nav mode: " + error, error == null); - Thread.sleep(5000); return true; }