From 3907cf2f1b21ba035b2252206f6c28b2f3591cf5 Mon Sep 17 00:00:00 2001 From: wcampbell Date: Fri, 10 Nov 2023 22:06:39 -0500 Subject: [PATCH] test: Demote firefox and plexamp from --slow --- backhand-test/tests/test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backhand-test/tests/test.rs b/backhand-test/tests/test.rs index d101b8d6..b9f6ec2c 100644 --- a/backhand-test/tests/test.rs +++ b/backhand-test/tests/test.rs @@ -256,7 +256,7 @@ fn test_openwrt_netgear_ex6100v2() { #[test] #[cfg(feature = "gzip")] -fn test_slow_appimage_plexamp() { +fn test_appimage_plexamp() { const FILE_NAME: &str = "Plexamp-4.6.1.AppImage"; let asset_defs = [TestAssetDef { filename: FILE_NAME.to_string(), @@ -269,7 +269,7 @@ fn test_slow_appimage_plexamp() { #[test] #[cfg(feature = "gzip")] -fn test_slow_appimage_firefox() { +fn test_appimage_firefox() { const FILE_NAME: &str = "firefox-108.0.r20221215175817-x86_64.AppImage"; let asset_defs = [TestAssetDef { filename: FILE_NAME.to_string(),