Skip to content

Commit

Permalink
test: Demote firefox and plexamp from --slow
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Nov 12, 2023
1 parent 3b5d575 commit 3907cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backhand-test/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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(),
Expand Down

0 comments on commit 3907cf2

Please sign in to comment.