overlays/disable-flakey-tests: remove unneeded libwacom patch
This commit is contained in:
@@ -47,10 +47,10 @@ in {
|
|||||||
# 2023/07/28
|
# 2023/07/28
|
||||||
# "7/7 libwacom:all / pytest TIMEOUT 30.36s killed by signal 15 SIGTERM"
|
# "7/7 libwacom:all / pytest TIMEOUT 30.36s killed by signal 15 SIGTERM"
|
||||||
# N.B.: it passes on x86_64, but only if it's not CPU starved (i.e. nix build with -j1 if it fails)
|
# N.B.: it passes on x86_64, but only if it's not CPU starved (i.e. nix build with -j1 if it fails)
|
||||||
libwacom = aarch64Only (_: {
|
# libwacom = aarch64Only (_: {
|
||||||
doCheck = false;
|
# doCheck = false;
|
||||||
mesonFlags = [ "-Dtests=disabled" ];
|
# mesonFlags = [ "-Dtests=disabled" ];
|
||||||
}) prev.libwacom;
|
# }) prev.libwacom;
|
||||||
|
|
||||||
# 2023/02/22; 2023/10/30
|
# 2023/02/22; 2023/10/30
|
||||||
# "27/38 tracker:core / service TIMEOUT 60.37s killed by signal 15 SIGTERM"
|
# "27/38 tracker:core / service TIMEOUT 60.37s killed by signal 15 SIGTERM"
|
||||||
|
Reference in New Issue
Block a user