Ensure rest compatibility tests are run when appropriate (#112526)

This commit is contained in:
Mark Vieira 2024-09-05 08:22:48 -07:00 committed by GitHub
parent a4dba7db8d
commit 24f33e95e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 29 additions and 11 deletions

View file

@ -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',