| Index: device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java
|
| diff --git a/device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java b/device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java
|
| index fbbc33a8d48fb85c3fd007b994f810eb31f454b1..6910a53102a95de4e2477f794028a2059e55c71b 100644
|
| --- a/device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java
|
| +++ b/device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java
|
| @@ -9,9 +9,9 @@ import android.view.MotionEvent;
|
|
|
| import org.junit.Assert;
|
| import org.junit.Before;
|
| +import org.junit.Ignore;
|
| import org.junit.Test;
|
| import org.junit.runner.RunWith;
|
| -
|
| import org.robolectric.annotation.Config;
|
|
|
| import org.chromium.base.test.util.Feature;
|
| @@ -257,6 +257,7 @@ public class GamepadMappingsTest {
|
| }
|
|
|
| @Test
|
| + @Ignore("https://crbug.com/719765")
|
| @Feature({"Gamepad"})
|
| public void testPS4GamepadMappings() throws Exception {
|
| GamepadMappings mappings =
|
|
|