mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#167560)
This commit is contained in:
parent
6431d7c61e
commit
d7b7659322
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue