skip failing suite (#128564)

This commit is contained in:
Brian Seeders 2022-03-25 14:23:32 -04:00
parent 32ac1a5355
commit 2c4c2ac664

View file

@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const find = getService('find');
const browser = getService('browser');
describe('show underlying data', () => {
// Failing: See https://github.com/elastic/kibana/issues/128564
describe.skip('show underlying data', () => {
it('should show the open button for a compatible saved visualization', async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
await listingTable.searchForItemWithName('lnsXYvis');