forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit reverts elastic#73709 since elastic#73837 has reverted the changes that were causing these test failures.
- Loading branch information
Showing
5 changed files
with
0 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
import org.elasticsearch.gradle.OS | ||
|
||
apply plugin: 'elasticsearch.internal-cluster-test' | ||
apply plugin: 'elasticsearch.java' | ||
|
||
dependencies { | ||
internalClusterTestImplementation testArtifact(project(':plugins:repository-azure'), 'internalClusterTest') | ||
internalClusterTestImplementation testArtifact(project(':x-pack:plugin:repository-encrypted'), 'test') | ||
} | ||
|
||
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539 | ||
tasks.named("internalClusterTest").configure { | ||
onlyIf { OS.current() != OS.WINDOWS } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
import org.elasticsearch.gradle.OS | ||
|
||
apply plugin: 'elasticsearch.internal-cluster-test' | ||
apply plugin: 'elasticsearch.java' | ||
|
||
dependencies { | ||
internalClusterTestImplementation testArtifact(project(':plugins:repository-gcs'), 'internalClusterTest') | ||
internalClusterTestImplementation testArtifact(project(':x-pack:plugin:repository-encrypted'), 'test') | ||
} | ||
|
||
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539 | ||
tasks.named("internalClusterTest").configure { | ||
onlyIf { OS.current() != OS.WINDOWS } | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
import org.elasticsearch.gradle.OS | ||
|
||
apply plugin: 'elasticsearch.internal-cluster-test' | ||
apply plugin: 'elasticsearch.java' | ||
|
||
dependencies { | ||
internalClusterTestImplementation testArtifact(project(':plugins:repository-s3'), 'internalClusterTest') | ||
internalClusterTestImplementation testArtifact(project(':x-pack:plugin:repository-encrypted'), 'test') | ||
} | ||
|
||
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539 | ||
tasks.named("internalClusterTest").configure { | ||
onlyIf { OS.current() != OS.WINDOWS } | ||
} |