/integration-tests/bats/docker-entrypoint.bats: skip flaky test

This commit is contained in:
coffeegoddd☕️✨
2026-03-03 14:56:49 -08:00
parent ba778b2027
commit 29dba59c89

View File

@@ -925,6 +925,8 @@ EOF
# bats test_tags=no_lambda
@test "docker-entrypoint: latest binary build from dolt directory" {
skip "this is way too flaky in CI and needs investigation into why/ how to stabilize"
BATS_TEST_RETRIES=5 # GitHub ver. retrieval can sometimes return Not Found on CI, could be some form of rate limiting
cname="${TEST_PREFIX}latest-docker"