Skip to content

Commit

Permalink
Disable two tests that time out due to Stainless bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbolliger committed Jul 22, 2021
1 parent 99840ff commit 1df1d28
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions stainless_frontend/tests/extraction_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,16 @@ define_tests!(
pass: return_stmt,
pass: set_ops,
pass: spec_on_trait_impl,
pass: trait_bounds,
// FIXME: This test times out because of https://github.com/epfl-lara/stainless/issues/1093.
// Re-enable the test as soon as the issue is fixed in Stainless.
// pass: trait_bounds,
pass: struct_update,
pass: tuple_match,
pass: tuple_result,
pass: tuples,
pass: type_class,
// FIXME: This test times out because of https://github.com/epfl-lara/stainless/issues/1093.
// Re-enable the test as soon as the issue is fixed in Stainless.
// pass: type_class,
pass: type_class_multi_lookup,
pass: type_class_specs,
pass: type_class_without_evidence,
Expand Down

0 comments on commit 1df1d28

Please sign in to comment.