X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3270fbf5a3cbd121dad7327513d5a5866c3583c4..80f042bec0b25966498324cb6aafb7fc24a36e12:/services/api/test/integration/database_reset_test.rb diff --git a/services/api/test/integration/database_reset_test.rb b/services/api/test/integration/database_reset_test.rb index 58f2abf697..029e37cbbf 100644 --- a/services/api/test/integration/database_reset_test.rb +++ b/services/api/test/integration/database_reset_test.rb @@ -3,7 +3,7 @@ require 'test_helper' class DatabaseResetTest < ActionDispatch::IntegrationTest self.use_transactional_fixtures = false - test "reset fails when Rails.env != 'test'" do + slow_test "reset fails when Rails.env != 'test'" do rails_env_was = Rails.env begin Rails.env = 'production' @@ -21,7 +21,7 @@ class DatabaseResetTest < ActionDispatch::IntegrationTest assert_response 403 end - test "database reset doesn't break basic CRUD operations" do + slow_test "database reset doesn't break basic CRUD operations" do active_auth = auth(:active) admin_auth = auth(:admin) @@ -47,7 +47,7 @@ class DatabaseResetTest < ActionDispatch::IntegrationTest assert_response 404 end - test "roll back database change" do + slow_test "roll back database change" do active_auth = auth(:active) admin_auth = auth(:admin)