See https://github.com/msys2-contrib/cpython-mingw/pull/110 update-patches: remove git version signature to keep the diff smaller
22 lines
894 B
Diff
22 lines
894 B
Diff
From ba69e91559ac999ce3d494a6cd07ed097327bf3d Mon Sep 17 00:00:00 2001
|
|
From: Christoph Reiter <reiter.christoph@gmail.com>
|
|
Date: Fri, 12 Aug 2022 16:04:11 +0200
|
|
Subject: [PATCH 136/N] CI: skip some more flaky tests
|
|
|
|
---
|
|
mingw_ignorefile.txt | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/mingw_ignorefile.txt b/mingw_ignorefile.txt
|
|
index 02e950d..78181a9 100644
|
|
--- a/mingw_ignorefile.txt
|
|
+++ b/mingw_ignorefile.txt
|
|
@@ -35,4 +35,6 @@ test.test_tcl.TclTest.testLoadWithUNC
|
|
test.test__xxsubinterpreters.*
|
|
test.test_asyncio.test_subprocess.SubprocessProactorTests.test_stdin_broken_pipe
|
|
test.test_asynchat.TestAsynchat.test_line_terminator2
|
|
-
|
|
+test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09
|
|
+test.test_concurrent_futures.ThreadPoolShutdownTest.test_interpreter_shutdown
|
|
+test.test_asynchat.TestNotConnected.test_disallow_negative_terminator
|