Skip to content

Commit 837d762

Browse files
authored
[CI] Unmute failing windows tests (#73914)
This commit reverts #73709 since #73837 has reverted the changes that were causing these test failures.
1 parent 7047e20 commit 837d762

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

qa/smoke-test-plugins/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99

10-
import org.elasticsearch.gradle.OS
1110
import org.elasticsearch.gradle.internal.MavenFilteringHack
1211
import org.elasticsearch.gradle.internal.info.BuildParams
1312

@@ -41,8 +40,3 @@ tasks.named("processTestResources").configure {
4140
inputs.properties(expansions)
4241
MavenFilteringHack.filter(it, expansions)
4342
}
44-
45-
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539
46-
tasks.named("integTest").configure {
47-
onlyIf { OS.current() != OS.WINDOWS }
48-
}

x-pack/plugin/repository-encrypted/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.elasticsearch.gradle.OS
2-
31
evaluationDependsOn(xpackModule('core'))
42

53
apply plugin: 'elasticsearch.internal-es-plugin'
@@ -31,8 +29,3 @@ dependencies {
3129
// for encrypted GCS repository integ tests
3230
internalClusterTestRuntimeOnly 'com.google.guava:guava:26.0-jre'
3331
}
34-
35-
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539
36-
tasks.named("internalClusterTest").configure {
37-
onlyIf { OS.current() != OS.WINDOWS }
38-
}

0 commit comments

Comments
 (0)