Remove skip for docker.#Push tests
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
parent
cb746e165f
commit
970a1988eb
@ -63,7 +63,6 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "docker push and pull" {
|
@test "docker push and pull" {
|
||||||
skip "An occasional data race condition happen in the CI. Must be fix before execute that test"
|
|
||||||
# Push image
|
# Push image
|
||||||
dagger -e docker-push up
|
dagger -e docker-push up
|
||||||
|
|
||||||
@ -75,7 +74,6 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "docker push: multi registry" {
|
@test "docker push: multi registry" {
|
||||||
skip "An occasional data race condition happen in the CI. Must be fix before execute that test"
|
|
||||||
run dagger -e docker-push-multi-registry up
|
run dagger -e docker-push-multi-registry up
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user