From 7634b2b2ee6597df02b03206705323aeda5385ad Mon Sep 17 00:00:00 2001 From: Arshia Ghafoori Date: Fri, 4 Aug 2023 13:27:17 +0400 Subject: [PATCH] Remove platform filters --- tests/integration/cli/tests/snapshot.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/cli/tests/snapshot.rs b/tests/integration/cli/tests/snapshot.rs index b231512ed74..00e405d3ebc 100644 --- a/tests/integration/cli/tests/snapshot.rs +++ b/tests/integration/cli/tests/snapshot.rs @@ -1269,7 +1269,6 @@ fn test_snapshot_quickjs() { assert_json_snapshot!(snapshot); } -#[cfg_attr(any(target_env = "musl", target_os = "windows"), ignore)] #[test] fn test_snapshot_fs_rename() { let snapshot = TestBuilder::new()