Skip to content

Commit fa62a87

Browse files
committed
Remove unused lines in the qa module.
1 parent 4fcab0b commit fa62a87

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

qa/integration-bwc/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ import org.elasticsearch.gradle.VersionProperties
2323

2424
apply plugin: 'elasticsearch.standalone-test'
2525

26-
// This is a top level task which we will add dependencies to below.
27-
// It is a single task that can be used to backcompat tests against all versions.
28-
task bwcTest {
29-
description = 'Runs backwards compatibility tests.'
30-
group = 'verification'
31-
}
32-
3326
dependencies {
3427
testCompile project(path: ':modules:mapper-extras', configuration: 'runtime')
3528
}

0 commit comments

Comments
 (0)