mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#179977)
This commit is contained in:
parent
086906199c
commit
faae6dadd0
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const PageObjects = getPageObjects(['common', 'settings', 'savedObjects']);
|
||||
|
||||
describe('saved objects relationships flyout', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/179977
|
||||
describe.skip('saved objects relationships flyout', () => {
|
||||
beforeEach(async () => {
|
||||
await esArchiver.load(
|
||||
'test/functional/fixtures/es_archiver/saved_objects_management/show_relationships'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue