Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Unmute failing windows tests #73898

Merged
merged 1 commit into from
Jun 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }
}