Skip to content

Commit

Permalink
Disable benchmark_effect_size test on Windows
Browse files Browse the repository at this point in the history
As reported in bytecodealliance#178, the `benchmark_effect_size` test on Windows
occasionally fails with a strange error code and no output. This
conditional `#[ignore]` temporarily avoids the issue until we can figure
out what is going on.
  • Loading branch information
abrown committed Mar 14, 2023
1 parent f77897d commit 025b3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cli/tests/all/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ fn benchmark_summary() {
}

#[test]
#[cfg_attr(target_os = "windows", ignore)] // TODO: https://github.com/bytecodealliance/sightglass/issues/178
fn benchmark_effect_size() -> anyhow::Result<()> {
// Create a temporary copy of the test engine.
let test_engine = test_engine();
Expand Down

0 comments on commit 025b3fb

Please sign in to comment.