Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions integration-tests/bats/docker-entrypoint.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading