Skip to content

Commit 6cc50c9

Browse files
committed
use skip instead of platform
1 parent 16bf2c6 commit 6cc50c9

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', {platform: :windows, reason: 'the connection fails on the windows pipeline'} do
79+
it 'logs to file', skip: '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', {platform: :windows, reason: 'the connection fails on the windows pipeline'} do
88+
it 'logs to console', skip: 'the connection fails on the windows pipeline' do
8989
service = Selenium::WebDriver::Service.ie
9090

9191
service.log = $stdout

0 commit comments

Comments
 (0)