TESTS: Disable Snapshot Repo Verify in BwC Test (#35876)
* Disable snapshot repo verification temporarily because it runs into HTTP-500 in 6.6.0-SNAPSHOT * Relates #35874
This commit is contained in:
parent
4711c5cdf3
commit
05620ccaaf
|
@ -3,6 +3,8 @@
|
|||
- do:
|
||||
snapshot.create_repository:
|
||||
repository: my_repo
|
||||
# TODO: Reenable verify
|
||||
verify: false
|
||||
body:
|
||||
type: url
|
||||
settings:
|
||||
|
|
Loading…
Reference in New Issue