Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-85779
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Dec 15, 2020
2 parents b357342 + 53cb053 commit bf5bd7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/api_integration/apis/saved_objects/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export default function ({ getService }) {
}));
});

describe('page beyond total', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85911
describe.skip('page beyond total', () => {
it('should return 200 with empty response', async () =>
await supertest
.get('/api/saved_objects/_find?type=visualization&page=100&per_page=100')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { urlSearch } from '../../test_utilities/url_search';
const resolverComponentInstanceID = 'resolverComponentInstanceID';

// FLAKY: https://github.com/elastic/kibana/issues/85714
describe(`Resolver: when analyzing a tree with only the origin and paginated related events, and when the component instance ID is ${resolverComponentInstanceID}`, () => {
describe.skip(`Resolver: when analyzing a tree with only the origin and paginated related events, and when the component instance ID is ${resolverComponentInstanceID}`, () => {
/**
* Get (or lazily create and get) the simulator.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import { ExecutedStep } from '../executed_step';
import { Ping } from '../../../../../common/runtime_types';
import { mountWithRouter } from '../../../../lib';

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

beforeEach(() => {
Expand Down

0 comments on commit bf5bd7e

Please sign in to comment.