Skip to content

Commit

Permalink
skip failing test suite (#179977)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 22, 2024
1 parent 0869061 commit faae6da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit faae6da

Please sign in to comment.