Skip to content

Commit

Permalink
skip flaky suite (elastic#90578)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and bryce-b committed Aug 9, 2023
1 parent 09198e9 commit d6abc44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/saved_object_tagging/functional/tests/listing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'security', 'savedObjects', 'tagManagement']);
const tagManagementPage = PageObjects.tagManagement;

describe('table listing', () => {
// FLAKY: https://github.com/elastic/kibana/issues/90578
describe.skip('table listing', () => {
before(async () => {
await kibanaServer.importExport.load(
'x-pack/test/saved_object_tagging/common/fixtures/es_archiver/functional_base/data.json'
Expand Down

0 comments on commit d6abc44

Please sign in to comment.