Skip to content

Commit

Permalink
Skip flaky functional test suite
Browse files Browse the repository at this point in the history
#100060

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed May 13, 2021
1 parent 5487657 commit da048be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin_functional/test_suites/doc_views/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit da048be

Please sign in to comment.