Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66d1c2d6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disables testSuggestConversationActions_textReplyOnly_maxThree test."

parents 027ff086 fa2beb23
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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() {