Skip to content

Commit

Permalink
Removing offending test for the unsound Rust compiler to unblock CI (#…
Browse files Browse the repository at this point in the history
…5866)

### Description
This PR removes the test "comp/rust/cargoreleasefailure.dfy" because
this test is randomly failing.
This test however catches a soundness issue in the Rust compiler,
without it, we can't assume safely that the Rust code generator is sound
anymore until it's added back, which I'll do in a subsequent PR labelled
"run-deep-tests" to ensure this test is thoroughly fixed.

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
  • Loading branch information
MikaelMayer authored Oct 28, 2024
1 parent 84dbe69 commit 7279e16
Showing 1 changed file with 0 additions and 48 deletions.

This file was deleted.

0 comments on commit 7279e16

Please sign in to comment.