enable container tests
This commit is contained in:
@ -26,9 +26,9 @@ describe DockerClient, docker: true do
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe '.container_creation_options' do
|
describe '.container_creation_options' do
|
||||||
it "is TODO" do
|
# it "is TODO" do
|
||||||
pending("heavy load on the docker daemon")
|
# pending("heavy load on the docker daemon")
|
||||||
end
|
# end
|
||||||
|
|
||||||
let(:container_creation_options) { described_class.container_creation_options(execution_environment) }
|
let(:container_creation_options) { described_class.container_creation_options(execution_environment) }
|
||||||
|
|
||||||
@ -163,9 +163,9 @@ describe DockerClient, docker: true do
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe '.destroy_container' do
|
describe '.destroy_container' do
|
||||||
it "is TODO" do
|
# it "is TODO" do
|
||||||
pending("heavy load on the docker daemon")
|
# pending("heavy load on the docker daemon")
|
||||||
end
|
# end
|
||||||
let(:container) { described_class.create_container(execution_environment) }
|
let(:container) { described_class.create_container(execution_environment) }
|
||||||
after(:each) { described_class.destroy_container(container) }
|
after(:each) { described_class.destroy_container(container) }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user