python3Packages.libtmux: disable flaky test on darwin

This commit is contained in:
Weijia Wang 2023-03-16 20:36:26 +02:00 committed by GitHub
parent 71f6a74110
commit f82c2fb2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,9 @@ buildPythonPackage rec {
disabledTests = [
# Fail with: 'no server running on /tmp/tmux-1000/libtmux_test8sorutj1'.
"test_new_session_width_height"
] ++ lib.optionals stdenv.isDarwin [
# tests/test_pane.py:113: AssertionError
"test_capture_pane_start"
];
disabledTestPaths = lib.optionals stdenv.isDarwin [