Disables testSuggestConversationActions_textReplyOnly_maxThree test.
Change-Id: I36dfcf1c700c47a698a883ce1e65e34d0549d62c Bugs: 122467291 Test: Builds.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user