Skip to content

Commit

Permalink
Revert "tests: only run excel cellerrors test on non-macOS platforms"
Browse files Browse the repository at this point in the history
This reverts commit f098f7a.
  • Loading branch information
jqnatividad committed Dec 1, 2024
1 parent 7660deb commit d7bf2fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_excel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ fn excel_cellerrors() {
}

#[test]
// #[ignore = "skip this for now as its flaky retrieving the formula defn"]
#[cfg(not(target_os = "macos"))]
#[ignore = "skip this for now as its flaky retrieving the formula defn"]
fn excel_cellerrors_formula() {
let wrk = Workdir::new("excel_cellerrors_formula");

Expand Down Expand Up @@ -78,8 +77,7 @@ fn excel_cellerrors_formula() {
}

#[test]
// #[ignore = "skip this for now as its flaky retrieving the formula defn"]
#[cfg(not(target_os = "macos"))]
#[ignore = "skip this for now as its flaky retrieving the formula defn"]
fn excel_cellerrors_both() {
let wrk = Workdir::new("excel_cellerrors_both");

Expand Down

0 comments on commit d7bf2fb

Please sign in to comment.