Skip to content

Commit

Permalink
[java] Ignoring performance logging tests in legacy Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jul 20, 2019
1 parent 791b361 commit aa23885
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import static org.junit.Assume.assumeTrue;
import static org.openqa.selenium.testing.TestUtilities.getChromeVersion;
import static org.openqa.selenium.testing.drivers.Browser.EDGE;
import static org.openqa.selenium.testing.drivers.Browser.FIREFOX;
import static org.openqa.selenium.testing.drivers.Browser.HTMLUNIT;
import static org.openqa.selenium.testing.drivers.Browser.IE;
import static org.openqa.selenium.testing.drivers.Browser.MARIONETTE;
Expand All @@ -45,6 +46,7 @@
@Ignore(EDGE)
@Ignore(MARIONETTE)
@Ignore(SAFARI)
@Ignore(FIREFOX)
public class PerformanceLogTypeTest extends JUnit4TestBase {

private WebDriver localDriver;
Expand Down

0 comments on commit aa23885

Please sign in to comment.