Skip to content

Commit

Permalink
Temporarily disable fuzzing until bytecodealliance#1216 is resolved (b…
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown authored and alexcrichton committed Nov 13, 2019
1 parent 215884e commit 37c7099
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cranelift/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ jobs:
cargo fuzz run fuzz_translate_module fuzz/corpus/fuzz_translate_module/$fuzz_module
env:
RUST_BACKTRACE: 1
if: matrix.rust == 'nightly'
if: false && matrix.rust == 'nightly' # Temporarily disable fuzz tests until https://github.com/bytecodealliance/cranelift/issues/1216 is resolved
continue-on-error: true
fuzz:
name: Fuzz Regression
runs-on: ubuntu-latest
if: false # Temporarily disable fuzz tests until https://github.com/bytecodealliance/cranelift/issues/1216 is resolved
steps:
- uses: actions/checkout@master
- name: Install Rust
Expand All @@ -125,7 +126,7 @@ jobs:
fuzz_push:
name: Fuzz (push)
runs-on: ubuntu-latest
if: github.event_name == 'push'
if: false && github.event_name == 'push' # Temporarily disable fuzz tests until https://github.com/bytecodealliance/cranelift/issues/1216 is resolved
steps:
- uses: actions/checkout@master
- name: Install Rust
Expand Down

0 comments on commit 37c7099

Please sign in to comment.