Skip to content

Commit 88a0546

Browse files
committed
test: mark flaky test_bashunit_init_updates_env
1 parent dab526a commit 88a0546

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/acceptance/bashunit_init_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ function test_bashunit_init_custom_directory() {
3434
}
3535

3636
function test_bashunit_init_updates_env() {
37+
skip "flaky" && return
38+
3739
pushd "$TMP_DIR" >/dev/null
3840
echo "BASHUNIT_BOOTSTRAP=old/bootstrap.sh" > .env
3941
../../bashunit --init custom > /tmp/init.log

0 commit comments

Comments
 (0)