Skip to content

Commit

Permalink
skip flaky suite (elastic#70151)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jun 28, 2020
1 parent f1fcd57 commit c870b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin_functional/test_suites/core_plugins/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import { PluginFunctionalProviderContext } from '../../services';
export default function ({ getService }: PluginFunctionalProviderContext) {
const supertest = getService('supertest');

describe('plugin logging', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/70151
describe.skip('plugin logging', function describeIndexTests() {
const LOG_FILE_DIRECTORY = resolve(__dirname, '..', '..', 'plugins', 'core_logging', 'server');
const JSON_FILE_PATH = resolve(LOG_FILE_DIRECTORY, 'json_debug.log');
const PATTERN_FILE_PATH = resolve(LOG_FILE_DIRECTORY, 'pattern_debug.log');
Expand Down

0 comments on commit c870b85

Please sign in to comment.