mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#135348)
This commit is contained in:
parent
5cf9fed7d4
commit
78a03e318b
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue