We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea9e61 commit eedb69eCopy full SHA for eedb69e
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/PublishPluginFuncTest.groovy
@@ -9,11 +9,16 @@
9
10
package org.elasticsearch.gradle.internal
11
12
+import spock.lang.IgnoreIf
13
+
14
import org.elasticsearch.gradle.fixtures.AbstractGradleFuncTest
15
import org.gradle.testkit.runner.TaskOutcome
16
import org.xmlunit.builder.DiffBuilder
17
import org.xmlunit.builder.Input
18
19
+// Ignoring this test on windows due to what appears to be a bug in the gradle testkit runner.
20
+// https://github.com/elastic/elasticsearch/issues/129100
21
+@IgnoreIf({ os.isWindows() })
22
class PublishPluginFuncTest extends AbstractGradleFuncTest {
23
24
def setup() {
0 commit comments