Skip to content

Commit

Permalink
Fix BWC tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vamsi Manohar <[email protected]>
  • Loading branch information
vamsimanohar committed Jul 12, 2023
1 parent 665dfef commit 1401d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ testClusters.all {
if (System.getProperty("debugJVM") != null) {
jvmArgs '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005'
}
setting "plugins.query.datasources.encryption.masterkey", "1234567812345678"
}

testClusters.integTest {
plugin ":opensearch-sql-plugin"
setting "plugins.query.datasources.encryption.masterkey", "1234567812345678"
}

testClusters {
Expand Down

0 comments on commit 1401d51

Please sign in to comment.