python314Packages.zeroconf: disable flaky test (#509275)

This commit is contained in:
Vladimír Čunát
2026-04-16 08:54:20 +00:00
committed by GitHub
@@ -48,6 +48,9 @@ buildPythonPackage rec {
"test_launch_and_close"
"test_launch_and_close_context_manager"
"test_launch_and_close_v4_v6"
# Flaky (see e.g. https://hydra.nixos.org/build/326378736); https://github.com/python-zeroconf/python-zeroconf/issues/1663
"test_run_coro_with_timeout"
];
__darwinAllowLocalNetworking = true;