fix(test): no longer checking if the bigquery backend is running

This commit is contained in:
Corey Hammerton 2022-09-07 15:50:56 -04:00
parent a6b8cd87ab
commit 64cb52de84

View File

@ -51,11 +51,3 @@ control 'services with any service name we want to give them' do
it { should be_listening }
end
end
control 'services that should be enabled but not running' do
title 'should be enabled'
describe service('prometheus-bigquery-backend') do
it { should be_enabled }
it { should_not be_running }
end
end