Merge pull request #267832 from a-n-n-a-l-e-e/authcaptureproxy-disable-test

python311Packages.authcaptureproxy: disable failing test
This commit is contained in:
Nick Cao
2023-11-16 09:11:14 -05:00
committed by GitHub
@@ -44,6 +44,16 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# test fails with frequency 1/200
# https://github.com/alandtse/auth_capture_proxy/issues/25
"test_return_timer_countdown_refresh_html"
];
pythonImportsCheck = [
"authcaptureproxy"
];
meta = with lib; {
changelog = "https://github.com/alandtse/auth_capture_proxy/releases/tag/v${version}";
description = "A proxy to capture authentication information from a webpage";