Skip to content

Commit fd2f85e

Browse files
authored
Disable flaky Python SDK integration examples in CI (#16)
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 55155ba commit fd2f85e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,12 @@ jobs:
112112
- name: Python SDK Fuzz
113113
run: just fuzz 30
114114

115-
- name: Run Python SDK integration examples
116-
env:
117-
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }}
118-
run: just integration-examples
115+
# this is too flaky in github actions to run on PRs
116+
# copilot fails to repsond in a timely fashion
117+
# - name: Run Python SDK integration examples
118+
# env:
119+
# COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }}
120+
# run: just integration-examples
119121

120122
# run last becuase it runs in build mode and messes with maturin
121123
- name: Python SDK Benchmark

0 commit comments

Comments
 (0)