mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Skip flaky functional test suite
https://github.com/elastic/kibana/issues/100060 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
5487657705
commit
da048be1f4
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ import { PluginFunctionalProviderContext } from '../../services';
|
|||
export default function ({ getService, loadTestFile }: PluginFunctionalProviderContext) {
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('doc views', function () {
|
||||
// SKIPPED: https://github.com/elastic/kibana/issues/100060
|
||||
describe.skip('doc views', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('../functional/fixtures/es_archiver/discover');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue