normcap: disable flaky test

This commit is contained in:
Peder Bergebakken Sundt 2024-02-18 20:08:19 +01:00
parent 8b4e08d822
commit 25c04ecb3d

View File

@ -90,6 +90,7 @@ ps.buildPythonApplication rec {
postCheck = lib.optionalString stdenv.isLinux ''
# cleanup the virtual x11 display
sleep 0.5
kill $xvfb_pid
'';
@ -102,6 +103,8 @@ ps.buildPythonApplication rec {
"test_urls_reachable"
# requires xdg
"test_synchronized_capture"
# flaky
"test_normcap_ocr_testcases"
] ++ lib.optionals stdenv.isDarwin [
# requires impure pbcopy
"test_get_copy_func_with_pbcopy"