Skip to content

Commit

Permalink
disable CCS IT test (#1814)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Kao <[email protected]>
(cherry picked from commit 41f3405)
  • Loading branch information
seankao-az authored and github-actions[bot] committed Jul 7, 2023
1 parent babbe90 commit c55d240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ integTest {

// Exclude JDBC related tests
exclude 'org/opensearch/sql/jdbc/**'

// Exclude this IT until running IT with security plugin enabled is ready
exclude 'org/opensearch/sql/ppl/CrossClusterSearchIT.class'
}


Expand Down

0 comments on commit c55d240

Please sign in to comment.