Skip to content

Commit

Permalink
skip flaky suite (#86602)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 17, 2021
1 parent 56fc782 commit 3186ead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }) {
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['common']);

describe('errors', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/86602
describe.skip('errors', function describeIndexTests() {
before(async function () {
await esArchiver.load('invalid_scripted_field');
await PageObjects.common.navigateToApp('discover');
Expand Down

0 comments on commit 3186ead

Please sign in to comment.