Skip to content

Commit

Permalink
commented out last 2 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnak Saxena <[email protected]>
  • Loading branch information
ronnaksaxena committed Sep 8, 2023
1 parent fb86758 commit 17df156
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 301 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v2
- name: Run integration tests with multi node config
run: ./gradlew integTest -Dtests.class="org.opensearch.indexmanagement.rollup.interceptor.ResponseInterceptorIT" -Dtests.method="test search multiple live data indices and a rollup data index with overlap"
run: ./gradlew integTest -Dtests.class="org.opensearch.indexmanagement.rollup.interceptor.ResponseInterceptorIT"
- name: Upload failed logs
uses: actions/upload-artifact@v2
if: failure()
Expand Down
Loading

0 comments on commit 17df156

Please sign in to comment.