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

Commit 7bee548a authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Suppress flaky framework core tests.

Change-Id: I61f8f5ec7cd73cff1bebe5f606cb41681881d1de
parent e15d6c04
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,10 +21,12 @@ import android.test.FlakyTest;
import android.test.suitebuilder.annotation.LargeTest;
import android.test.suitebuilder.annotation.MediumTest;
import android.test.TouchUtils;
import android.test.suitebuilder.annotation.Suppress;
import android.view.View;
import android.view.KeyEvent;
import com.android.frameworks.coretests.R;

@Suppress // Flaky
public class GlobalFocusChangeTest extends ActivityInstrumentationTestCase<GlobalFocusChange> {
    private GlobalFocusChange mActivity;
    private View mLeft;
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.widget.focus;

import android.test.suitebuilder.annotation.Suppress;
import android.widget.focus.ListOfButtons;
import com.android.frameworks.coretests.R;

@@ -31,6 +32,7 @@ import android.view.View;
 * Tests that focus works as expected when navigating into and out of
 * a {@link ListView} that has buttons in it.
 */
@Suppress // Flaky
public class ListOfButtonsTest extends ActivityInstrumentationTestCase2<ListOfButtons> {

    private ListAdapter mListAdapter;
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.widget.scroll.arrowscroll;

import android.test.suitebuilder.annotation.Suppress;
import android.widget.scroll.arrowscroll.MultiPageTextWithPadding;
import android.test.ActivityInstrumentationTestCase;
import android.test.suitebuilder.annotation.LargeTest;
@@ -24,6 +25,7 @@ import android.view.KeyEvent;
import android.widget.TextView;
import android.widget.ScrollView;

@Suppress // Flaky
public class MultiPageTextWithPaddingTest extends
        ActivityInstrumentationTestCase<MultiPageTextWithPadding> {