mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#164568)
This commit is contained in:
parent
b33effa182
commit
13701d3842
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue