Skip to content

Commit

Permalink
Temporarily disable wasi-nn on CI (#7126)
Browse files Browse the repository at this point in the history
This appears to be failing, so temporarily disable it while the issues
are worked out.
  • Loading branch information
alexcrichton authored Oct 2, 2023
1 parent 270e922 commit d8ca357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8ca357

Please sign in to comment.