sphinx: disable racy test

This disables another racy test that #435419 missed. It fails on the
same local networking mechanism.
This commit is contained in:
Ophestra
2025-08-25 17:34:47 +09:00
parent 209dcbbe09
commit effa5e9bff
@@ -135,6 +135,7 @@ buildPythonPackage rec {
# Racy local networking
"test_load_mappings_cache"
"test_load_mappings_cache_update"
"test_load_mappings_cache_revert_update"
]
++ lib.optionals (pythonAtLeast "3.12") [
# https://github.com/sphinx-doc/sphinx/issues/12430