From a356272362c15f2561872f3206baf5e9a0543997 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Tue, 21 Sep 2021 17:28:13 +0100 Subject: bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives (GH-28492) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ed35b5..b0a1891 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -267,4 +267,4 @@ jobs: - name: Display build info run: make pythoninfo - name: Tests - run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu -x test_ctypes test_crypt test_decimal test_faulthandler test_interpreters test___all__ test_idle test_tix test_tk test_ttk_guionly test_ttk_textonly" + run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu -x test_ctypes test_crypt test_decimal test_faulthandler test_interpreters test___all__ test_idle test_tix test_tk test_ttk_guionly test_ttk_textonly test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn" -- cgit v0.12