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