Skip to content

Commit

Permalink
skip flaky suite (#78553)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Dec 15, 2020
1 parent 37525f8 commit 003396e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }) {
const queryBar = getService('queryBar');
const security = getService('security');

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

before(async function () {
Expand Down

0 comments on commit 003396e

Please sign in to comment.