Skip to content

Commit eaad592

Browse files
committed
ci(test_core): ignore test_synthesizer/test_context_generator.py
Add test_synthesizer/test_context_generator.py to ingore list when running dev tests without secrets. This test suite requires secrets
1 parent 341c268 commit eaad592

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test_core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ jobs:
9696
if: ${{ env.OPENAI_API_KEY == '' }}
9797
run: |
9898
poetry run pytest -vv -rA --maxfail=1 --capture=tee-sys tests/test_core/test_synthesizer/ tests/test_core/test_datasets/ \
99-
--ignore=tests/test_core/test_tracing/test_dataset_iterator.py
99+
--ignore=tests/test_core/test_tracing/test_dataset_iterator.py \
100+
--ignore=tests/test_core/test_synthesizer/test_context_generator.py

0 commit comments

Comments
 (0)