Skip to content

Commit e1c3919

Browse files
committed
skip more tests
1 parent d899ce6 commit e1c3919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ jobs:
147147
shell: bash -l {0}
148148
run: |
149149
cd ${GITHUB_WORKSPACE}/../spyder-kernels
150-
xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -vv -s --full-trace --color=yes -k "not test_interrupt" spyder_kernels
150+
xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -vv -s --full-trace --color=yes -k 'not test_interrupt and not test_enter_debug_after_interruption' spyder_kernels

0 commit comments

Comments
 (0)