Remove skip for docker.#Push tests

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-07-02 19:03:39 +02:00
parent cb746e165f
commit 970a1988eb

View File

@@ -63,7 +63,6 @@ setup() {
}
@test "docker push and pull" {
skip "An occasional data race condition happen in the CI. Must be fix before execute that test"
# Push image
dagger -e docker-push up
@@ -75,7 +74,6 @@ setup() {
}
@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
}