python3Packages.sanic: disable test_noisy_exceptions

Sometimes the noisy exceptions output is missing, which makes the test flaky.
This commit is contained in:
Martin Weinelt 2022-04-14 17:46:03 +02:00
parent 77e83e985a
commit 2f7893fbf6

View file

@ -123,6 +123,8 @@ buildPythonPackage rec {
"test_version"
# Sensitive comparison of raw HTTP header fails
"test_raw_headers"
# noisy_exceptions sometimes missing from sanic stdout
"test_noisy_exceptions"
];
disabledTestPaths = [