mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[test] Skips flaky Saved Objects Management test
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
f760d8513b
commit
ced455e077
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Flaky: https://github.com/elastic/kibana/issues/68400
|
// Flaky: https://github.com/elastic/kibana/issues/68400
|
||||||
describe('saved objects edition page', () => {
|
describe.skip('saved objects edition page', () => {
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await esArchiver.load('saved_objects_management/edit_saved_object');
|
await esArchiver.load('saved_objects_management/edit_saved_object');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue