Skip to content

Commit

Permalink
TST: Skip Foyer test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Aug 1, 2023
1 parent 1d672f5 commit 45839c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Run tests
if: always()
run: |
python -m pytest -r fE -nauto --durations=10 $COV openff/interchange/ -m "slow or not slow"
python -m pytest -r fE -nauto --durations=10 $COV openff/interchange/ -m "slow or not slow" --ignore=openff/interchange/_tests/energy_tests/test_energies.py
- name: Run small molecule regression tests
if: ${{ matrix.python-version == 3.9 && matrix.openeye == true }}
Expand Down

0 comments on commit 45839c7

Please sign in to comment.