Removing tracing for a fixed flake

Presumably, the flake was fixed when I added waiting for model load
before the test body starts.

Bug: 138729456
Change-Id: Ie921ebd40e42a7d73884c19949ca5f0129afc96e
This commit is contained in:
vadimt
2020-01-06 18:35:37 -08:00
parent 0fd48b51ba
commit 675c877765
5 changed files with 0 additions and 23 deletions

View File

@@ -86,6 +86,5 @@ public final class TestProtocol {
public static final String PERMANENT_DIAG_TAG = "TaplTarget";
public static final String NO_BACKGROUND_TO_OVERVIEW_TAG = "b/138251824";
public static final String NO_DRAG_TO_WORKSPACE = "b/138729456";
public static final String APP_NOT_DISABLED = "b/139891609";
}