We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc4f78 commit 6740e84Copy full SHA for 6740e84
test/cases/temp_test_sqlserver.rb
@@ -10,6 +10,8 @@ class TempTestSQLServer < ActiveRecord::TestCase
10
# end
11
12
it "insert from one schema to another using raw SQL" do
13
+ skip
14
+
15
arunit_connection = Dog.lease_connection
16
arunit2_connection = OtherDog.lease_connection
17
0 commit comments