Removing automatic failure investigator

It wasn't updated for a while,
creates a false impression that the failure
is already tracked, and hopefully soon
will be replaced by new clustering.

Test: presubmit
Bug: 161478674
Change-Id: Icc3716c1f534867d5e4b21d18c9cede273da8704
This commit is contained in:
vadimt
2021-01-19 15:06:56 -08:00
parent 4318289207
commit 952471f675
4 changed files with 3 additions and 175 deletions

View File

@@ -63,7 +63,6 @@ import com.android.launcher3.testing.TestProtocol;
import com.android.launcher3.util.LooperExecutor;
import com.android.launcher3.util.PackageManagerHelper;
import com.android.launcher3.util.Wait;
import com.android.launcher3.util.rule.FailureRewriterRule;
import com.android.launcher3.util.rule.FailureWatcher;
import com.android.launcher3.util.rule.LauncherActivityRule;
import com.android.launcher3.util.rule.ShellCommandRule;
@@ -224,9 +223,8 @@ public abstract class AbstractLauncherUiTest {
}
@Rule
public TestRule mOrderSensitiveRules = RuleChain.
outerRule(new FailureRewriterRule())
.around(new TestStabilityRule())
public TestRule mOrderSensitiveRules = RuleChain
.outerRule(new TestStabilityRule())
.around(mActivityMonitor)
.around(getRulesInsideActivityMonitor());