Skip to content

Commit

Permalink
disable test 'allows to assign tags to the new visualization'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 5, 2020
1 parent ea0736e commit 3c99839
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3c99839

Please sign in to comment.