mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
Ensure rest compatibility tests are run when appropriate (#112526)
This commit is contained in:
parent
a4dba7db8d
commit
24f33e95e8
7 changed files with 29 additions and 11 deletions
|
@ -33,6 +33,11 @@ dependencies {
|
|||
internalClusterTestImplementation project(':test:fixtures:url-fixture')
|
||||
}
|
||||
|
||||
tasks.named("yamlRestTestV7CompatTransform").configure { task ->
|
||||
task.skipTest("repository_url/10_basic/Restore with repository-url using file://", "Error message has changed")
|
||||
task.skipTest("repository_url/10_basic/Restore with repository-url using http://", "Error message has changed")
|
||||
}
|
||||
|
||||
tasks.named("thirdPartyAudit").configure {
|
||||
ignoreMissingClasses(
|
||||
'javax.servlet.ServletContextEvent',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue