31
31
import static org .openqa .selenium .testing .Ignore .Driver .OPERA ;
32
32
import static org .openqa .selenium .testing .Ignore .Driver .OPERA_MOBILE ;
33
33
import static org .openqa .selenium .testing .Ignore .Driver .PHANTOMJS ;
34
+ import static org .openqa .selenium .testing .Ignore .Driver .REMOTE ;
34
35
import static org .openqa .selenium .testing .Ignore .Driver .SAFARI ;
35
36
36
37
import com .google .common .base .Charsets ;
@@ -167,7 +168,7 @@ public void canUsePACThatOnlyProxiesCertainHosts() throws Exception {
167
168
"Heading" , driver .findElement (By .tagName ("h1" )).getText ());
168
169
}
169
170
170
- @ Ignore ({ANDROID , CHROME , HTMLUNIT , IE , IPHONE , OPERA , OPERA_MOBILE , PHANTOMJS , SAFARI })
171
+ @ Ignore ({ANDROID , CHROME , HTMLUNIT , IE , IPHONE , OPERA , OPERA_MOBILE , PHANTOMJS , REMOTE , SAFARI })
171
172
@ NeedsLocalEnvironment
172
173
@ Test
173
174
public void canConfigureProxyWithRequiredCapability () {
@@ -182,7 +183,7 @@ public void canConfigureProxyWithRequiredCapability() {
182
183
assertTrue ("Proxy should have been called" , proxyServer .hasBeenCalled ("simpleTest.html" ));
183
184
}
184
185
185
- @ Ignore ({ANDROID , CHROME , HTMLUNIT , IE , IPHONE , OPERA , OPERA_MOBILE , PHANTOMJS , SAFARI })
186
+ @ Ignore ({ANDROID , CHROME , HTMLUNIT , IE , IPHONE , OPERA , OPERA_MOBILE , PHANTOMJS , REMOTE , SAFARI })
186
187
@ NeedsLocalEnvironment
187
188
@ Test
188
189
public void requiredProxyCapabilityShouldHavePriority () {
0 commit comments