Skip to content

Commit c78cf58

Browse files
committed
comment out example tests
1 parent 7d24bf0 commit c78cf58

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- name: Test agents
4747
if: steps.filter.outputs.agents-or-tests == 'true' || github.event_name == 'push'
4848
run: pnpm test agents
49-
- name: Test examples
50-
if: (steps.filter.outputs.examples == 'true' || github.event_name == 'push')
51-
env:
52-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
53-
run: pnpm test:examples
49+
# - name: Test examples
50+
# if: (steps.filter.outputs.examples == 'true' || github.event_name == 'push')
51+
# env:
52+
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
53+
# run: pnpm test:examples
5454
# TODO (AJS-83) Re-enable once plugins are refactored with abort controllers
5555
# - name: Test all plugins
5656
# if: steps.filter.outputs.agents-or-tests == 'true' || github.event_name != 'pull_request'

0 commit comments

Comments
 (0)