Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 committed Dec 10, 2021
1 parent 55e756b commit 2b643df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def opensearch_tmp_dir = rootProject.file('build/private/es_tmp').absoluteFile
opensearch_tmp_dir.mkdirs()

task integTestRemote(type: RestIntegTestTask) {
// dependsOn ':plugin:bundlePlugin'

testClassesDirs = sourceSets.test.output.classesDirs
classpath = sourceSets.test.runtimeClasspath
systemProperty 'tests.security.manager', 'false'
Expand Down

0 comments on commit 2b643df

Please sign in to comment.