From 4b06d6296baab395761a44de7af849ae100a7818 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 18 Jan 2024 00:26:02 -0800 Subject: [PATCH] ignore more --- .../appium/uiautomator2/unittest/test/ActionsCommandsTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/androidTestE2eTest/java/io/appium/uiautomator2/unittest/test/ActionsCommandsTest.java b/app/src/androidTestE2eTest/java/io/appium/uiautomator2/unittest/test/ActionsCommandsTest.java index 0770b74e7..8d31a3a6f 100644 --- a/app/src/androidTestE2eTest/java/io/appium/uiautomator2/unittest/test/ActionsCommandsTest.java +++ b/app/src/androidTestE2eTest/java/io/appium/uiautomator2/unittest/test/ActionsCommandsTest.java @@ -112,6 +112,7 @@ public void verifyDragAndDropOnAnotherElement() throws JSONException { verifyDragResult(); } + @Ignore("This test is not stable on CI as probably slow response. Please enable again once we move the CI instance to faster emulator one such as M1 macOS instance. Local run works.") @Test public void verifyTypingText() throws JSONException { setupEditView();