Skip to content

Commit 6f723bd

Browse files
Merge branch '7.x' into backport/7.x/pr-85871
2 parents 7b4f7ad + 53cb053 commit 6f723bd

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

test/api_integration/apis/saved_objects/find.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export default function ({ getService }) {
7878
}));
7979
});
8080

81-
describe('page beyond total', () => {
81+
// FLAKY: https://github.com/elastic/kibana/issues/85911
82+
describe.skip('page beyond total', () => {
8283
it('should return 200 with empty response', async () =>
8384
await supertest
8485
.get('/api/saved_objects/_find?type=visualization&page=100&per_page=100')

x-pack/plugins/security_solution/public/resolver/view/panels/node_events_of_type.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { urlSearch } from '../../test_utilities/url_search';
1515
const resolverComponentInstanceID = 'resolverComponentInstanceID';
1616

1717
// FLAKY: https://github.com/elastic/kibana/issues/85714
18-
describe(`Resolver: when analyzing a tree with only the origin and paginated related events, and when the component instance ID is ${resolverComponentInstanceID}`, () => {
18+
describe.skip(`Resolver: when analyzing a tree with only the origin and paginated related events, and when the component instance ID is ${resolverComponentInstanceID}`, () => {
1919
/**
2020
* Get (or lazily create and get) the simulator.
2121
*/

x-pack/plugins/uptime/public/components/monitor/synthetics/__tests__/executed_step.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import { ExecutedStep } from '../executed_step';
99
import { Ping } from '../../../../../common/runtime_types';
1010
import { mountWithRouter } from '../../../../lib';
1111

12-
describe('ExecutedStep', () => {
12+
// FLAKY: https://github.com/elastic/kibana/issues/85899
13+
describe.skip('ExecutedStep', () => {
1314
let step: Ping;
1415

1516
beforeEach(() => {

0 commit comments

Comments
 (0)