Skip to content

Commit 7f268ea

Browse files
committed
Skip test that uses JIT
1 parent 30d67bc commit 7f268ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ffcx-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- name: Install FFCx
6161
run: pip install ./ffcx[ci]
6262
- name: Run FFCx tests
63-
run: pytest -n auto --ignore=ffcx/test/test_lnodes.py ffcx/test
63+
run: pytest -n auto --ignore=ffcx/test/test_lnodes.py --ignore=ffcx/test/test_custom_data.py ffcx/test

0 commit comments

Comments
 (0)