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

Commit fa00e245 authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

Ignore test cases for ListWithEntrySummaryPreferenceTest

We ignore the failing test cases temporarily.
And we will fix it soon.

Bug: 148200531
Test: Run robotest
Change-Id: Ie42e85be19d3ac1658065bd730a6d9ec7bb06a21
parent 13fa76e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,12 +28,14 @@ import androidx.appcompat.app.AlertDialog;
import com.android.settings.R;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import org.robolectric.RuntimeEnvironment;

@RunWith(RobolectricTestRunner.class)
@Ignore
public class ListWithEntrySummaryPreferenceTest {

    private Context mContext;