Skip to content

Commit 1de633e

Browse files
committed
skip single_cpu tests
1 parent 628d1c2 commit 1de633e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/unit-tests.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -336,15 +336,16 @@ jobs:
336336
PYTEST_TARGET: 'pandas'
337337
ASAN_OPTIONS: detect_leaks=0 # leak detection in Python not yet working
338338

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
348349

349350
python-dev:
350351
# This job may or may not run depending on the state of the next

0 commit comments

Comments
 (0)