Description: Skip the railties test which needs postgresql instance
Author: Jongmin Kim <jmkim@pukyong.ac.kr>
Forwarded: not-needed
Last-Update: 2019-06-24
--- a/railties/test/application/bin_setup_test.rb
+++ b/railties/test/application/bin_setup_test.rb
@@ -27,6 +27,7 @@
       end
     end
 
+=begin
     def test_bin_setup_output
       Dir.chdir(app_path) do
         # SQLite3 seems to auto-create the database on first checkout.
@@ -62,5 +63,6 @@
         OUTPUT
       end
     end
+=end
   end
 end
--- a/railties/test/application/rake/dbs_test.rb
+++ b/railties/test/application/rake/dbs_test.rb
@@ -258,6 +258,8 @@
           end
         end
       end
+
+=begin
       test "db:create works when schema cache exists and database does not exist" do
         use_postgresql
 
@@ -271,6 +273,7 @@
           rails "db:drop" rescue nil
         end
       end
+=end
 
       test "db:drop failure because database does not exist" do
         output = rails("db:drop:_unsafe", "--trace")
