Skip to content

Commit

Permalink
Merge branch 'master' into usage-collection-with-new-esClient
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Sep 24, 2020
2 parents 8a910ef + e53fcbf commit bedea91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import {

import { HOSTS_URL, NETWORK_URL } from '../urls/navigation';

describe('Inspect', () => {
// FLAKY: https://github.com/elastic/kibana/issues/78496
describe.skip('Inspect', () => {
context('Hosts stats and tables', () => {
before(() => {
loginAndWaitForPage(HOSTS_URL);
Expand Down
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/ml/settings/calendar_edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
const jobConfigs = [createJobConfig('test_calendar_ad_1'), createJobConfig('test_calendar_ad_2')];
const newJobGroups = ['farequote'];

describe('calendar edit', function () {
// FLAKY: https://github.com/elastic/kibana/issues/78288
describe.skip('calendar edit', function () {
before(async () => {
await esArchiver.loadIfNeeded('ml/farequote');
await ml.testResources.createIndexPatternIfNeeded('ft_farequote', '@timestamp');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContext) {
const reportingAPI = getService('reportingAPI');
const usageAPI = getService('usageAPI');

describe('Usage', () => {
// FLAKY: https://github.com/elastic/kibana/issues/78494
describe.skip('Usage', () => {
before(async () => {
await esArchiver.load(OSS_KIBANA_ARCHIVE_PATH);
await esArchiver.load(OSS_DATA_ARCHIVE_PATH);
Expand Down

0 comments on commit bedea91

Please sign in to comment.