Skip to content

Commit 141f26d

Browse files
committed
prevent test from running on appveyor
1 parent 486b329 commit 141f26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/client_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class ClientTest < TinyTds::TestCase
130130
end
131131

132132
it 'raises TinyTds exception with sql batch timeout due to network failure' do
133-
skip if ENV['CI'] && sqlserver_azure?
133+
skip if ENV['CI'] && ENV['APPVEYOR_BUILD_FOLDER'] # only CI using docker
134134
begin
135135
client = new_connection timeout: 2
136136
assert_client_works(client)

0 commit comments

Comments
 (0)