Merge "Disables testSuggestConversationActions_textReplyOnly_maxThree test."

This commit is contained in:
TreeHugger Robot
2019-01-08 13:09:19 +00:00
committed by Android (Google) Code Review

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() {