Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-85706
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Dec 15, 2020
2 parents fd7daa6 + eadb9cd commit 129fa8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function ({ getService, getPageObjects }) {
});
});

it('query return results with valid scripted field', async function () {
it.skip('query return results with valid scripted field', async function () {
if (false) {
/* the commented-out steps below were used to create the scripted fields in the logstash-* index pattern
which are now saved in the esArchive.
Expand Down
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/uptime/ping_redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const monitor = () => uptime.monitor;

describe('Ping redirects', () => {
// FLAKY: https://github.com/elastic/kibana/issues/84992
describe.skip('Ping redirects', () => {
const start = '~ 15 minutes ago';
const end = 'now';

Expand Down

0 comments on commit 129fa8f

Please sign in to comment.