[Test] Ignore PublishPluginFuncTest on windows for now (#129348) (#129389)

Related to https://github.com/elastic/elasticsearch/issues/129100
This commit is contained in:
Rene Groeschke 2025-06-13 12:12:38 +02:00 committed by GitHub
parent 9ea9e61a67
commit eedb69e048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,16 @@
package org.elasticsearch.gradle.internal
import spock.lang.IgnoreIf
import org.elasticsearch.gradle.fixtures.AbstractGradleFuncTest
import org.gradle.testkit.runner.TaskOutcome
import org.xmlunit.builder.DiffBuilder
import org.xmlunit.builder.Input
// Ignoring this test on windows due to what appears to be a bug in the gradle testkit runner.
// https://github.com/elastic/elasticsearch/issues/129100
@IgnoreIf({ os.isWindows() })
class PublishPluginFuncTest extends AbstractGradleFuncTest {
def setup() {