mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
[7x backport] Remove redundant shouldRunAfter (#12316)
Clean backport of #12314 The `shouldRunAfter` specified in the main script body was causing the runIntegrationTests task to be evaluated even when it should not have been, causing unnecessary failures when artifacts required only for integration tests are unavailable. This can be removed, because the `shouldRunAfter` relationship for the `runIntegrationTests` task is already defined in the task body.
This commit is contained in:
parent
5ad7bbb03b
commit
a6a31ec428
1 changed files with 0 additions and 1 deletions
|
@ -513,7 +513,6 @@ bootstrap.dependsOn assemblyDeps
|
|||
// to compartimentalize failures is needed going forward
|
||||
//check.dependsOn runIntegrationTest
|
||||
|
||||
runIntegrationTests.shouldRunAfter tasks.getByPath(":logstash-core:test")
|
||||
|
||||
def selectOsType() {
|
||||
if (project.ext.has("jdk_bundle_os")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue