File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -336,15 +336,16 @@ jobs:
336
336
PYTEST_TARGET : ' pandas'
337
337
ASAN_OPTIONS : detect_leaks=0 # leak detection in Python not yet working
338
338
339
- - name : Test (single_cpu)
340
- uses : ./.github/actions/run-tests
341
- with :
342
- preload : LD_PRELOAD=$(gcc -print-file-name=libasan.so)
343
- env :
344
- PATTERN : " single_cpu and not known_ub"
345
- PYTEST_WORKERS : 0
346
- PYTEST_TARGET : ' pandas'
347
- ASAN_OPTIONS : detect_leaks=0 # leak detection in Python not yet working
339
+ # Skipping single CPU tests for now - see pytest GH issue 641 for error
340
+ # - name: Test (single_cpu)
341
+ # uses: ./.github/actions/run-tests
342
+ # with:
343
+ # preload: LD_PRELOAD=$(gcc -print-file-name=libasan.so)
344
+ # env:
345
+ # PATTERN: "single_cpu and not known_ub"
346
+ # PYTEST_WORKERS: 0
347
+ # PYTEST_TARGET: 'pandas'
348
+ # ASAN_OPTIONS: detect_leaks=0 # leak detection in Python not yet working
348
349
349
350
python-dev :
350
351
# This job may or may not run depending on the state of the next
You can’t perform that action at this time.
0 commit comments