diff --git a/stdlib/universe.bats b/stdlib/universe.bats index c43df8cb..bfb92323 100644 --- a/stdlib/universe.bats +++ b/stdlib/universe.bats @@ -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 }