Skip to content

Commit 129028e

Browse files
committed
[java] Ignoring a test that fails in Chrome
1 parent 2136f47 commit 129028e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/client/test/org/openqa/selenium/html5/Html5CapabilitiesTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import static org.openqa.selenium.remote.CapabilityType.SUPPORTS_LOCATION_CONTEXT;
2424
import static org.openqa.selenium.remote.CapabilityType.SUPPORTS_SQL_DATABASE;
2525
import static org.openqa.selenium.remote.CapabilityType.SUPPORTS_WEB_STORAGE;
26+
import static org.openqa.selenium.testing.drivers.Browser.CHROME;
2627
import static org.openqa.selenium.testing.drivers.Browser.HTMLUNIT;
2728
import static org.openqa.selenium.testing.drivers.Browser.IE;
2829
import static org.openqa.selenium.testing.drivers.Browser.FIREFOX;
@@ -45,6 +46,7 @@
4546
@Ignore(IE)
4647
@Ignore(SAFARI)
4748
@Ignore(FIREFOX)
49+
@Ignore(CHROME)
4850
public class Html5CapabilitiesTest extends JUnit4TestBase {
4951

5052
private WebDriver localDriver;

0 commit comments

Comments
 (0)