From d51b7eb12473f4b88d113a5e7f08adae04f5b418 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 22 Nov 2023 01:30:06 +0000 Subject: [PATCH] overlays/disable-flakey-tests: remove unneeded gupnp patch --- overlays/disable-flakey-tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/disable-flakey-tests.nix b/overlays/disable-flakey-tests.nix index 4f00c977..01d37501 100644 --- a/overlays/disable-flakey-tests.nix +++ b/overlays/disable-flakey-tests.nix @@ -39,7 +39,7 @@ in { # 2023/07/31 # tests fail (not timeout), but only when cross compiling, and not on servo (so, due to binfmt?) - gupnp = dontCheckAarch64 prev.gupnp; + # gupnp = dontCheckAarch64 prev.gupnp; # hangs during checkPhase (or maybe it just takes 20-30 minutes) # libqmi = dontCheckEmulated prev.libqmi;