flakey tests: dont check gjs or tracker when emulating

This commit is contained in:
Colin 2023-10-31 06:30:45 +00:00
parent 5d34139da6
commit 028689cf86

View File

@ -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