From f82c2fb2da5f2ae6bb355e90add2a4f67cade1a3 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:36:26 +0200 Subject: [PATCH] python3Packages.libtmux: disable flaky test on darwin --- pkgs/development/python-modules/libtmux/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/libtmux/default.nix b/pkgs/development/python-modules/libtmux/default.nix index 997f4b87642c..e5b7975d5ede 100644 --- a/pkgs/development/python-modules/libtmux/default.nix +++ b/pkgs/development/python-modules/libtmux/default.nix @@ -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 [