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

Commit fa2beb23 authored by Lukas Zilka's avatar Lukas Zilka
Browse files

Disables testSuggestConversationActions_textReplyOnly_maxThree test.

Change-Id: I36dfcf1c700c47a698a883ce1e65e34d0549d62c
Bugs: 122467291
Test: Builds.
parent f576d53e
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() {