Automated import from //branches/donutburger/...@141371,141371
diff --git a/tools/host/src/com/android/cts/ConsoleUi.java b/tools/host/src/com/android/cts/ConsoleUi.java
index a9df72b..81b0072 100644
--- a/tools/host/src/com/android/cts/ConsoleUi.java
+++ b/tools/host/src/com/android/cts/ConsoleUi.java
@@ -486,12 +486,6 @@
                         actionType = ActionType.RESUME_SESSION;
                     }
                 }
-            } else {
-                if ((testName != null) && (testName.length() != 0)) {
-                    Log.e("Running single test is just allowed when the session for the"
-                            + " plan existed by executing the test plan.", null);
-                    return;
-                }
             }
             
             if (deviceId == null) {