Skip to content

Commit

Permalink
Disable LM smoke tests on CI (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier authored Jul 5, 2024
1 parent 5ca3364 commit 54127b1
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 54127b1

Please sign in to comment.