Skip to content

Commit

Permalink
Disable LM smoke tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Jul 2, 2024
1 parent 1b1964b commit fb2b821
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,13 @@ jobs:
fail-fast: false
matrix:
product:
- name: ccip-lm-smoke
nodes: 1
os: ubuntu-latest
file: lm
dir: ccip-tests/smoke
run: -run ^TestLmBasic$
# LM Smoke Test is disabled since project is paused
# - name: ccip-lm-smoke
# nodes: 1
# os: ubuntu-latest
# file: lm
# dir: ccip-tests/smoke
# run: -run ^TestLmBasic$
- name: ccip-smoke
nodes: 1
os: ubuntu-latest
Expand Down

0 comments on commit fb2b821

Please sign in to comment.