From 028689cf86b4eef032e627c280ac40cfb2c7e65c Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 31 Oct 2023 06:30:45 +0000 Subject: [PATCH] flakey tests: dont check gjs or tracker when emulating --- overlays/disable-flakey-tests.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/overlays/disable-flakey-tests.nix b/overlays/disable-flakey-tests.nix index 58bc8967..53a765eb 100644 --- a/overlays/disable-flakey-tests.nix +++ b/overlays/disable-flakey-tests.nix @@ -29,6 +29,9 @@ in { # 4 tests fail when building `hostPkgs.moby.emulated.elfutils` elfutils = dontCheckEmulated prev.elfutils; + # 2023/10/30: 71/71 gjs:Scripts / CommandLine TIMEOUT 30.58s killed by signal 15 SIGTERM + gjs = dontCheckEmulated prev.gjs; + # 2023/07/31 # tests just hang after mini-record-2 # only for binfmt-emulated aarch64 -> aarch64 build @@ -57,6 +60,10 @@ in { }) ]; + # 2023/02/22; 2023/10/30 + # "27/38 tracker:core / service TIMEOUT 60.37s killed by signal 15 SIGTERM" + tracker = dontCheckEmulated prev.tracker; + # 2023/07/31 # fails a test (didn't see which one) # only for binfmt-emulated aarch64 -> aarch64 build