diff --git a/.github/workflows/rust-instrumented.yml b/.github/workflows/rust-instrumented.yml index d58463d53d2..e4dc48ee8b7 100644 --- a/.github/workflows/rust-instrumented.yml +++ b/.github/workflows/rust-instrumented.yml @@ -221,7 +221,8 @@ jobs: - name: Run tests run: | set -o pipefail - ./vortex-ffi/build/test/vortex_ffi_test 2>&1 | rustfilt +# re-enable once we can fix this hang +# ./vortex-ffi/build/test/vortex_ffi_test 2>&1 | rustfilt - name: Run examples run: | set -o pipefail