skip flaky suite (#135348)

This commit is contained in:
Tiago Costa 2022-07-04 19:27:59 +01:00
parent 5cf9fed7d4
commit 78a03e318b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,7 +14,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'security', 'savedObjects', 'tagManagement']);
const tagManagementPage = PageObjects.tagManagement;
describe('table bulk actions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/135348
describe.skip('table bulk actions', () => {
beforeEach(async () => {
await esArchiver.load(
'x-pack/test/saved_object_tagging/common/fixtures/es_archiver/functional_base'