herbstluftwm: fix hang during tests

Fixes #212470

Incidentally, font-related tests now work
This commit is contained in:
Thibaut Marty 2023-01-27 22:35:03 +01:00
parent fbc5948455
commit 31c5693838

View File

@ -77,10 +77,9 @@ stdenv.mkDerivation rec {
pytestFlagsArray = [ "../tests" ];
disabledTests = [
"test_title_different_letters_are_drawn" # font problems
"test_completable_commands" # font problems
"test_autostart" # $PATH problems
"test_wmexec_to_other" # timeouts in sandbox
"test_rules" # timeouts
];
passthru = {