fix(test): no longer checking if the bigquery backend is running
This commit is contained in:
parent
a6b8cd87ab
commit
64cb52de84
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user