Skip to content

Commit

Permalink
Ignoring authentication alert tests on IE because of changed dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 30, 2017
1 parent ed3e946 commit 98ddef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.openqa.selenium.testing.Ignore;
import org.openqa.selenium.testing.JUnit4TestBase;

@Ignore({CHROME, FIREFOX, HTMLUNIT, MARIONETTE, PHANTOMJS, SAFARI})
@Ignore({CHROME, FIREFOX, HTMLUNIT, IE, MARIONETTE, PHANTOMJS, SAFARI})
public class AuthenticatedPageLoadingTest extends JUnit4TestBase {

@Test
Expand Down

0 comments on commit 98ddef3

Please sign in to comment.