[moblab] Remove faft tests from UI

BUG=chromium:809606
TEST=test on local device

Change-Id: I62636dfe55d107e670f52175b23bc95d4804f38f
Reviewed-on: https://chromium-review.googlesource.com/907183
Commit-Ready: Keith Haddow <haddowk@chromium.org>
Tested-by: Matt Mallett <mattmallett@chromium.org>
Reviewed-by: Keith Haddow <haddowk@chromium.org>
(cherry picked from commit c70f8d638d90c1c20aab7dd94b5b310589bff0bf)
Reviewed-on: https://chromium-review.googlesource.com/909249
Commit-Queue: Matt Mallett <mattmallett@chromium.org>
Trybot-Ready: Matt Mallett <mattmallett@chromium.org>
diff --git a/frontend/client/src/autotest/moblab/SuiteRunnerView.java b/frontend/client/src/autotest/moblab/SuiteRunnerView.java
index 2309ac9..a915c88 100644
--- a/frontend/client/src/autotest/moblab/SuiteRunnerView.java
+++ b/frontend/client/src/autotest/moblab/SuiteRunnerView.java
@@ -51,8 +51,7 @@
 
   private static List<String> suiteNames = Arrays.asList("bvt-cq",
       "bvt-inline", "cts_N", "gts",
-      "hardware_storagequal", "hardware_memoryqual", "faft_setup", "faft_ec",
-      "faft_bios", "usb-camera");
+      "hardware_storagequal", "hardware_memoryqual", "usb-camera");
 
   private static String TEST_LIST_PLACEHOLDER = "arm.CtsAnimationTestCases, x86.CtsDeqpTestCases";