python3Packages.twisted: disable flaky test on Darwin

(cherry picked from commit 677d53cdf8)
This commit is contained in:
Sarah Clark
2026-03-08 17:59:31 -07:00
committed by Vladimír Čunát
parent 526bd2be40
commit 2b79d0759a

View File

@@ -191,6 +191,8 @@ buildPythonPackage rec {
# https://github.com/twisted/twisted/blob/twisted-25.5.0/src/twisted/internet/test/test_tcp.py
"AbortConnectionTests_AsyncioSelectorReactorTests.test_resumeProducingAbort"
"AbortConnectionTests_AsyncioSelectorReactorTests.test_resumeProducingAbortLater"
# Times out in Hydra on x86_64-darwin
"AbortConnectionTests_AsyncioSelectorReactorTests.test_fullWriteBufferAfterByteExchange"
];
};
in