mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Related to https://github.com/elastic/elasticsearch/issues/129100
This commit is contained in:
parent
9ea9e61a67
commit
eedb69e048
1 changed files with 5 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue