From 8f9c6e1647b4155d671cab396f20ed3046509d14 Mon Sep 17 00:00:00 2001 From: fmaccha Date: Mon, 29 Jul 2024 18:45:53 +0900 Subject: [PATCH] Remove the if statement that skipping the CWL test on M1 Mac since it was a temporary workaround. #11 --- tests/integration_tests.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 57ab830..2db1b2f 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -240,12 +240,6 @@ fn can_be_verbose() { #[test] // 9. -c cwl.conf fn can_run_cwl() { - // TEMPORARY: skip this test on M1 Mac due (issue #9) - // This will be removed when tataki supports M1 Mac. - if is_running_on_m1_mac() { - return; - } - check_and_create_cache_dir().expect("Failed to create the cache directory"); let out = tataki(