From 45839c7f3c6da3ba9a08013d5145f2ccd28325e7 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Tue, 1 Aug 2023 12:34:50 -0500 Subject: [PATCH] TST: Skip Foyer test --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7413d13c..47c4d7a73 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}