Skip to content

Commit

Permalink
Ignoring more chrome tests that fail on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 9, 2018
1 parent fd92d1c commit bd1ae59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -495,6 +495,7 @@ public void testJavaScriptShouldExecuteInTheContextOfTheCurrentFrame() {

@Test
@NotYetImplemented(SAFARI)
@NotYetImplemented(CHROME)
public void testShouldNotSwitchMagicallyToTheTopWindow() {
String baseUrl = appServer.whereIs("frame_switching_tests/");
driver.get(baseUrl + "bug4876.html");
Expand Down
1 change: 0 additions & 1 deletion java/client/test/org/openqa/selenium/PageLoadingTest.java
Expand Up @@ -96,7 +96,6 @@ public void testNoneStrategyShouldNotWaitForPageToLoad() {

@Test
@NotYetImplemented(SAFARI)
@NotYetImplemented(CHROME)
@NeedsLocalEnvironment
public void testNoneStrategyShouldNotWaitForPageToRefresh() {
initLocalDriver("none");
Expand Down

0 comments on commit bd1ae59

Please sign in to comment.