mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
14 lines
136 B
Bash
14 lines
136 B
Bash
#!/usr/bin/env bats
|
|
|
|
load ../helpers
|
|
|
|
function teardown() {
|
|
swarm_manage_cleanup
|
|
stop_docker
|
|
}
|
|
|
|
# FIXME
|
|
@test "docker push" {
|
|
skip
|
|
}
|