Skip to content

Commit 3adf8c7

Browse files
committed
[java] Disabling JS test for Chrome
1 parent 2ad0b06 commit 3adf8c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/test/org/openqa/selenium/ExecutingJavascriptTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ public void testShouldThrowAnExceptionWhenArgumentsWithStaleElementPassed() {
490490

491491
@Test
492492
@Ignore(IE)
493+
@Ignore(value = CHROME, reason = "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4395")
493494
public void testShouldBeAbleToReturnADateObject() throws ParseException {
494495
driver.get(pages.simpleTestPage);
495496

0 commit comments

Comments
 (0)