From d8ca357ed455cd8422ddddc5eb71c9063001eda0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Oct 2023 10:35:14 -0500 Subject: [PATCH] Temporarily disable wasi-nn on CI (#7126) This appears to be failing, so temporarily disable it while the issues are worked out. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11a7701a6d57..a1ab4c206332 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -483,7 +483,8 @@ jobs: # Build and test the wasi-nn module. test_wasi_nn: needs: determine - if: needs.determine.outputs.run-full + # FIXME(#7125) flaky at the moment + if: needs.determine.outputs.run-full && false name: Test wasi-nn module runs-on: ubuntu-latest steps: