Skip to content

Commit 3bbef19

Browse files
RoryBarnesclaude
andcommitted
Remove diagnostic test step from CI workflow
The diagnostic test was blocking the full test run from executing. Since we know tests will fail due to the vplanet "(null)" units issue (a known limitation in public vplanet), we should run all tests to see which ones pass and get full coverage data. Removing the diagnostic step allows the full test suite to run and provides better visibility into which tests are affected by the vplanet issue versus other potential problems. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b02dc09 commit 3bbef19

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ jobs:
4949
popd
5050
done
5151
52-
- name: Run diagnostic test
53-
timeout-minutes: 3
54-
run: |
55-
# First run a simple unit test to verify pytest works
56-
echo "Running single unit test as diagnostic..."
57-
python -m pytest tests/test_figure.py::test_basic -v -s
58-
5952
- name: Enable subprocess coverage
6053
run: |
6154
# Install coverage subprocess support

0 commit comments

Comments
 (0)