Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a356272

Browse files
authored
bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives (GH-28492)
1 parent 3e3ff09 commit a356272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ jobs:
267267
- name: Display build info
268268
run: make pythoninfo
269269
- name: Tests
270-
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"
270+
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"

0 commit comments

Comments
 (0)