Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bedea91

Browse files
authoredSep 24, 2020
Merge branch 'master' into usage-collection-with-new-esClient
2 parents 8a910ef + e53fcbf commit bedea91

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎x-pack/plugins/security_solution/cypress/integration/inspect.spec.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import {
2121

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

24-
describe('Inspect', () => {
24+
// FLAKY: https://github.com/elastic/kibana/issues/78496
25+
describe.skip('Inspect', () => {
2526
context('Hosts stats and tables', () => {
2627
before(() => {
2728
loginAndWaitForPage(HOSTS_URL);

‎x-pack/test/functional/apps/ml/settings/calendar_edit.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
2020
const jobConfigs = [createJobConfig('test_calendar_ad_1'), createJobConfig('test_calendar_ad_2')];
2121
const newJobGroups = ['farequote'];
2222

23-
describe('calendar edit', function () {
23+
// FLAKY: https://github.com/elastic/kibana/issues/78288
24+
describe.skip('calendar edit', function () {
2425
before(async () => {
2526
await esArchiver.loadIfNeeded('ml/farequote');
2627
await ml.testResources.createIndexPatternIfNeeded('ft_farequote', '@timestamp');

‎x-pack/test/reporting_api_integration/reporting_and_security/usage.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContext) {
2121
const reportingAPI = getService('reportingAPI');
2222
const usageAPI = getService('usageAPI');
2323

24-
describe('Usage', () => {
24+
// FLAKY: https://github.com/elastic/kibana/issues/78494
25+
describe.skip('Usage', () => {
2526
before(async () => {
2627
await esArchiver.load(OSS_KIBANA_ARCHIVE_PATH);
2728
await esArchiver.load(OSS_DATA_ARCHIVE_PATH);

0 commit comments

Comments
 (0)
Please sign in to comment.