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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user