Skip to content

Commit

Permalink
Ignore some of the tests that sigsegv in CI
Browse files Browse the repository at this point in the history
I can't reproduce this locally to verify, but we don't use this
functionality either way. Scary though. Very scary.
  • Loading branch information
nagisa committed Dec 10, 2021
1 parent 6629002 commit a49d1aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/middlewares/src/metering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ mod tests {
}

#[test]
#[ignore = "spuriously sigsegving"]
fn get_remaining_points_works() {
let metering = Arc::new(Metering::new(10, cost_function));
let mut compiler_config = Cranelift::default();
Expand Down Expand Up @@ -433,6 +434,7 @@ mod tests {
}

#[test]
#[ignore = "spuriously sigsegving"]
fn set_remaining_points_works() {
let metering = Arc::new(Metering::new(10, cost_function));
let mut compiler_config = Cranelift::default();
Expand Down

0 comments on commit a49d1aa

Please sign in to comment.