Skip to content

Commit be1fe21

Browse files
committed
Disabling tests broken due to marionette regression: https://bugzilla.mozilla.org/show_bug.cgi?id=1422583
1 parent 9a6df49 commit be1fe21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/client/test/org/openqa/selenium/interactions/BasicKeyboardInterfaceTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.openqa.selenium.support.ui.ExpectedConditions;
3939
import org.openqa.selenium.testing.Ignore;
4040
import org.openqa.selenium.testing.JUnit4TestBase;
41+
import org.openqa.selenium.testing.NotYetImplemented;
4142
import org.openqa.selenium.testing.TestUtilities;
4243

4344
/**
@@ -191,6 +192,7 @@ public void canGenerateKeyboardShortcuts() {
191192
}
192193

193194
@Test
195+
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1422583")
194196
public void testSelectionSelectBySymbol() {
195197
driver.get(appServer.whereIs("single_text_input.html"));
196198

@@ -213,6 +215,7 @@ public void testSelectionSelectBySymbol() {
213215

214216
@Test
215217
@Ignore(IE)
218+
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1422583")
216219
public void testSelectionSelectByWord() {
217220
assumeFalse(
218221
"MacOS has alternative keyboard",

0 commit comments

Comments
 (0)