Skip to content

Commit

Permalink
skip failing es promotion suite (elastic#104362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2021
1 parent f5e7b46 commit 2e492c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }) {
const queryBar = getService('queryBar');
const security = getService('security');

describe('async search with scripted fields', function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104362
describe.skip('async search with scripted fields', function () {
this.tags(['skipFirefox']);

before(async function () {
Expand Down

0 comments on commit 2e492c2

Please sign in to comment.