Skip to content

Commit

Permalink
skip data view switching test
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Sep 14, 2023
1 parent b6e9717 commit 8fe5a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('data view switching', () => {
describe.skip('data view switching', () => {
it('recovers from missing data view', async () => {
await listingTable.clickItemLink('eventAnnotation', 'missing data view');

Expand Down

0 comments on commit 8fe5a47

Please sign in to comment.