File tree 3 files changed +6
-3
lines changed
plugins/security_solution/cypress/integration
functional/apps/ml/settings
reporting_api_integration/reporting_and_security
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ import {
21
21
22
22
import { HOSTS_URL , NETWORK_URL } from '../urls/navigation' ;
23
23
24
- describe ( 'Inspect' , ( ) => {
24
+ // FLAKY: https://github.com/elastic/kibana/issues/78496
25
+ describe . skip ( 'Inspect' , ( ) => {
25
26
context ( 'Hosts stats and tables' , ( ) => {
26
27
before ( ( ) => {
27
28
loginAndWaitForPage ( HOSTS_URL ) ;
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
20
20
const jobConfigs = [ createJobConfig ( 'test_calendar_ad_1' ) , createJobConfig ( 'test_calendar_ad_2' ) ] ;
21
21
const newJobGroups = [ 'farequote' ] ;
22
22
23
- describe ( 'calendar edit' , function ( ) {
23
+ // FLAKY: https://github.com/elastic/kibana/issues/78288
24
+ describe . skip ( 'calendar edit' , function ( ) {
24
25
before ( async ( ) => {
25
26
await esArchiver . loadIfNeeded ( 'ml/farequote' ) ;
26
27
await ml . testResources . createIndexPatternIfNeeded ( 'ft_farequote' , '@timestamp' ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContext) {
21
21
const reportingAPI = getService ( 'reportingAPI' ) ;
22
22
const usageAPI = getService ( 'usageAPI' ) ;
23
23
24
- describe ( 'Usage' , ( ) => {
24
+ // FLAKY: https://github.com/elastic/kibana/issues/78494
25
+ describe . skip ( 'Usage' , ( ) => {
25
26
before ( async ( ) => {
26
27
await esArchiver . load ( OSS_KIBANA_ARCHIVE_PATH ) ;
27
28
await esArchiver . load ( OSS_DATA_ARCHIVE_PATH ) ;
You can’t perform that action at this time.
0 commit comments