skip failing test suite (#164568)

This commit is contained in:
Kibana Machine 2023-08-24 13:11:20 -04:00
parent b33effa182
commit 13701d3842

View file

@ -25,7 +25,8 @@ export default function ({ getService }: FtrProviderContext) {
return appLinks.some((item) => item.path === path);
};
describe('sample data apis', () => {
// Failing: See https://github.com/elastic/kibana/issues/164568
describe.skip('sample data apis', () => {
before(async () => {
await esArchiver.emptyKibanaIndex();
});