disable test 'allows to assign tags to the new visualization'

This commit is contained in:
Jonathan Budzenski 2020-11-05 08:37:16 -06:00
parent ea0736e74a
commit 3c99839cf7

View file

@ -83,7 +83,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
describe('creating', () => {
it('allows to assign tags to the new visualization', async () => {
it.skip('allows to assign tags to the new visualization', async () => {
await PageObjects.visualize.navigateToNewVisualization();
await PageObjects.visualize.clickMarkdownWidget();