Skip to content

Commit 96e1e10

Browse files
committed
fix(async,ci): skip secret-dependent tests
Add ignores for tests requiring OpenAI secrets.
1 parent 3e6e0fb commit 96e1e10

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
@@ -99,4 +99,5 @@ jobs:
9999
--ignore=tests/test_core/test_tracing/test_dataset_iterator.py \
100100
--ignore=tests/test_core/test_synthesizer/test_context_generator.py \
101101
--ignore=tests/test_core/test_synthesizer/test_conversation_simulator.py \
102-
--ignore=tests/test_core/test_synthesizer/test_generate_from_goldens.py
102+
--ignore=tests/test_core/test_synthesizer/test_generate_from_goldens.py \
103+
--ignore=tests/test_core/test_synthesizer/test_synthesizer.py

0 commit comments

Comments
 (0)