From d7bf2fbf98323003aebc338dd60187dde86f0d35 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:00:02 -0500 Subject: [PATCH] Revert "tests: only run `excel` cellerrors test on non-macOS platforms" This reverts commit f098f7a9592168657c21c8549de9fbcf4b10127a. --- tests/test_excel.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_excel.rs b/tests/test_excel.rs index c74d2d6b1..57e6d8824 100644 --- a/tests/test_excel.rs +++ b/tests/test_excel.rs @@ -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"); @@ -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");