Disables testSuggestConversationActions_textReplyOnly_maxThree test.

Change-Id: I36dfcf1c700c47a698a883ce1e65e34d0549d62c
Bugs: 122467291
Test: Builds.
This commit is contained in:
Lukas Zilka
2019-01-07 20:43:49 +01:00
parent f576d53e14
commit fa2beb2350

View File

@@ -368,6 +368,7 @@ public class TextClassifierTest {
assertThat(textLanguage, isTextLanguage("ja"));
}
/* DISABLED: b/122467291
@Test
public void testSuggestConversationActions_textReplyOnly_maxThree() {
if (isTextClassifierDisabled()) return;
@@ -395,7 +396,7 @@ public class TextClassifierTest {
assertThat(conversationAction,
isConversationAction(ConversationActions.TYPE_TEXT_REPLY));
}
}
}*/
@Test
public void testSuggestConversationActions_textReplyOnly_noMax() {