Skip to content

Commit

Permalink
Remove the if statement that skipping the CWL test on M1 Mac since it…
Browse files Browse the repository at this point in the history
… was a temporary workaround. #11
  • Loading branch information
fmaccha committed Jul 29, 2024
1 parent c8832c1 commit 8f9c6e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8f9c6e1

Please sign in to comment.