We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad0b06 commit 3adf8c7Copy full SHA for 3adf8c7
1 file changed
java/test/org/openqa/selenium/ExecutingJavascriptTest.java
@@ -490,6 +490,7 @@ public void testShouldThrowAnExceptionWhenArgumentsWithStaleElementPassed() {
490
491
@Test
492
@Ignore(IE)
493
+ @Ignore(value = CHROME, reason = "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4395")
494
public void testShouldBeAbleToReturnADateObject() throws ParseException {
495
driver.get(pages.simpleTestPage);
496
0 commit comments