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

Commit ec244f2f authored by Fan Wu's avatar Fan Wu Committed by Android (Google) Code Review
Browse files

Merge "Ignore failing GraphicsDriverAppPreferenceControllerTest" into main

parents 2f18d1f4 c714de12
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ import androidx.preference.PreferenceScreen;
import com.android.settings.R;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -52,6 +53,7 @@ import org.robolectric.RuntimeEnvironment;

import java.util.Arrays;

@Ignore("b/317934814")
@RunWith(RobolectricTestRunner.class)
public class GraphicsDriverAppPreferenceControllerTest {