Skip to content

Commit 622d466

Browse files
authored
[CI] Unmute failing windows tests (#73898)
This commit reverts #73709 since #73837 has reverted the changes that were causing these test failures.
1 parent a420da8 commit 622d466

File tree

5 files changed

+0
-36
lines changed

5 files changed

+0
-36
lines changed

qa/smoke-test-plugins/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
import org.elasticsearch.gradle.OS
109
import org.elasticsearch.gradle.internal.MavenFilteringHack
1110
import org.elasticsearch.gradle.internal.info.BuildParams
1211

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

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

Lines changed: 0 additions & 8 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'
@@ -18,9 +16,3 @@ dependencies {
1816
compileOnly project(path: xpackModule('core'))
1917
testImplementation(testArtifact(project(xpackModule('core'))))
2018
}
21-
22-
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539
23-
tasks.named("internalClusterTest").configure {
24-
onlyIf { OS.current() != OS.WINDOWS }
25-
}
26-
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
import org.elasticsearch.gradle.OS
2-
31
apply plugin: 'elasticsearch.internal-cluster-test'
42
apply plugin: 'elasticsearch.java'
53

64
dependencies {
75
internalClusterTestImplementation testArtifact(project(':plugins:repository-azure'), 'internalClusterTest')
86
internalClusterTestImplementation testArtifact(project(':x-pack:plugin:repository-encrypted'), 'test')
97
}
10-
11-
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539
12-
tasks.named("internalClusterTest").configure {
13-
onlyIf { OS.current() != OS.WINDOWS }
14-
}
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
import org.elasticsearch.gradle.OS
2-
31
apply plugin: 'elasticsearch.internal-cluster-test'
42
apply plugin: 'elasticsearch.java'
53

64
dependencies {
75
internalClusterTestImplementation testArtifact(project(':plugins:repository-gcs'), 'internalClusterTest')
86
internalClusterTestImplementation testArtifact(project(':x-pack:plugin:repository-encrypted'), 'test')
97
}
10-
11-
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539
12-
tasks.named("internalClusterTest").configure {
13-
onlyIf { OS.current() != OS.WINDOWS }
14-
}
15-
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
import org.elasticsearch.gradle.OS
2-
31
apply plugin: 'elasticsearch.internal-cluster-test'
42
apply plugin: 'elasticsearch.java'
53

64
dependencies {
75
internalClusterTestImplementation testArtifact(project(':plugins:repository-s3'), 'internalClusterTest')
86
internalClusterTestImplementation testArtifact(project(':x-pack:plugin:repository-encrypted'), 'test')
97
}
10-
11-
// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539
12-
tasks.named("internalClusterTest").configure {
13-
onlyIf { OS.current() != OS.WINDOWS }
14-
}

0 commit comments

Comments
 (0)