skip failing test suite (#167560)

This commit is contained in:
Kibana Machine 2023-09-29 08:49:05 -04:00
parent 6431d7c61e
commit d7b7659322

View file

@ -15,7 +15,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const tagManagementPage = PageObjects.tagManagement;
describe('edit tag', () => {
// Failing: See https://github.com/elastic/kibana/issues/167560
describe.skip('edit tag', () => {
let tagModal: typeof tagManagementPage['tagModal'];
before(async () => {