Skip to content

Commit

Permalink
skip flaky suite (#78689)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1062957)
  • Loading branch information
spalger committed Oct 7, 2020
1 parent d0055f5 commit ec74660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_field_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }) {
const queryBar = getService('queryBar');
const PageObjects = getPageObjects(['common', 'header', 'discover', 'visualize', 'timePicker']);

describe('discover tab', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/78689
describe.skip('discover tab', function describeIndexTests() {
this.tags('includeFirefox');
before(async function () {
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit ec74660

Please sign in to comment.