mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#199782)
This commit is contained in:
parent
1209e8ec55
commit
ae60b7eecc
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const es = getService('es');
|
||||
|
||||
describe('Kibana API Deprecations', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/199782
|
||||
describe.skip('Kibana API Deprecations', function () {
|
||||
// bail on first error in this suite since cases sequentially depend on each other
|
||||
this.bail(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue