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]>
  • Loading branch information
seankao-az authored Jul 7, 2023
1 parent a816a58 commit 41f3405
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 @@ -298,6 +298,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 41f3405

Please sign in to comment.