X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/860431223d5e1ada6bc6549c2cfa30dea4d23182..a0991185ab94cc58dfa40c724410dfd549648d91:/test/integration/web-backend/serverspec/rails_spec.rb diff --git a/test/integration/web-backend/serverspec/rails_spec.rb b/test/integration/web-backend/serverspec/rails_spec.rb index 478549a6e..d02a65898 100644 --- a/test/integration/web-backend/serverspec/rails_spec.rb +++ b/test/integration/web-backend/serverspec/rails_spec.rb @@ -7,8 +7,3 @@ describe service("api-statistics") do it { should be_enabled } it { should be_running } end - -describe service("rails-jobs@storage") do - it { should be_enabled } - it { should be_running } -end