chore: disable flaky test
This commit is contained in:
parent
aa2cae8801
commit
069456ea9c
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
|
||||
exit 0 # TODO: flaky test disabled
|
||||
|
||||
# test disabled
|
||||
LAKE=${LAKE:-../../.lake/build/bin/lake}
|
||||
|
||||
./clean.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue