Skip to content

Commit b38862a

Browse files
committed
guard windows tests
1 parent 20e882d commit b38862a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ruby/spec/browsers/internet_explorer_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
FileUtils.remove_entry root_directory
7777
end
7878

79-
it 'logs to file' do
79+
it 'logs to file', {platforn: :windows, reason: 'the connection fails on the windows pipeline'} do
8080
service = Selenium::WebDriver::Service.ie
8181

8282
service.log = file_name
@@ -85,7 +85,7 @@
8585
expect(File.readlines(file_name).first).to include('Started InternetExplorerDriver server')
8686
end
8787

88-
it 'logs to console' do
88+
it 'logs to console', {platforn: :windows, reason: 'the connection fails on the windows pipeline'} do
8989
service = Selenium::WebDriver::Service.ie
9090

9191
service.log = $stdout

0 commit comments

Comments
 (0)