diff --git a/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java b/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java index 587cea0a4603d..5a9409a2a3f18 100644 --- a/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java +++ b/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java @@ -65,7 +65,7 @@ public class TestIgnorance { private Set alwaysNativeEvents = ImmutableSet.of(chrome, ie, opera); private Set neverNativeEvents = ImmutableSet.of( - htmlunit, htmlunit_js, ipad, iphone, android); + htmlunit, htmlunit_js, ipad, iphone, android, phantomjs); private IgnoreComparator ignoreComparator = new IgnoreComparator(); private Set methods = Sets.newHashSet(); private Set only = Sets.newHashSet();