From d54b9bb67a5c52d7684317f54a46b6fc78d8959c Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Tue, 16 Jun 2026 10:53:43 +0100 Subject: [PATCH] ci: temporarily disable rust-ffi-test-sanitizer Signed-off-by: Joe Isaacs --- .github/workflows/rust-instrumented.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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