Skip to content

Commit

Permalink
[CI] Unmute failing windows tests
Browse files Browse the repository at this point in the history
This commit reverts elastic#73709 since elastic#73837 has reverted the changes
that were causing these test failures.
  • Loading branch information
fcofdez committed Jun 8, 2021
1 parent 902adac commit 45eafe1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 36 deletions.
6 changes: 0 additions & 6 deletions qa/smoke-test-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Side Public License, v 1.
*/

import org.elasticsearch.gradle.OS
import org.elasticsearch.gradle.internal.MavenFilteringHack
import org.elasticsearch.gradle.internal.info.BuildParams

Expand Down Expand Up @@ -40,8 +39,3 @@ tasks.named("processTestResources").configure {
inputs.properties(expansions)
MavenFilteringHack.filter(it, expansions)
}

// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539
tasks.named("integTest").configure {
onlyIf { OS.current() != OS.WINDOWS }
}
8 changes: 0 additions & 8 deletions x-pack/plugin/repository-encrypted/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.elasticsearch.gradle.OS

evaluationDependsOn(xpackModule('core'))

apply plugin: 'elasticsearch.internal-es-plugin'
Expand All @@ -18,9 +16,3 @@ dependencies {
compileOnly project(path: xpackModule('core'))
testImplementation(testArtifact(project(xpackModule('core'))))
}

// AwaitsFix https://github.com/elastic/elasticsearch/issues/73539
tasks.named("internalClusterTest").configure {
onlyIf { OS.current() != OS.WINDOWS }
}

7 changes: 0 additions & 7 deletions x-pack/plugin/repository-encrypted/qa/azure/build.gradle
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 }
}
8 changes: 0 additions & 8 deletions x-pack/plugin/repository-encrypted/qa/gcs/build.gradle
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 }
}

7 changes: 0 additions & 7 deletions x-pack/plugin/repository-encrypted/qa/s3/build.gradle
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 }
}

0 comments on commit 45eafe1

Please sign in to comment.