diff --git a/pkgs/development/python-modules/authcaptureproxy/default.nix b/pkgs/development/python-modules/authcaptureproxy/default.nix index 49b96548e9e8..a4ded3e39aac 100644 --- a/pkgs/development/python-modules/authcaptureproxy/default.nix +++ b/pkgs/development/python-modules/authcaptureproxy/default.nix @@ -51,6 +51,8 @@ buildPythonPackage rec { # test fails with frequency 1/200 # https://github.com/alandtse/auth_capture_proxy/issues/25 "test_return_timer_countdown_refresh_html" + # AttributeError: 'NoneType' object has no attribute 'get' + "test_replace_empty_action_urls" ]; pythonImportsCheck = [ "authcaptureproxy" ];