Skip to content

Commit

Permalink
skip flaky suite (elastic#84011 , elastic#84012)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 22, 2020
1 parent 3ee6e47 commit b321e01
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const kibanaServer = getService('kibanaServer');

describe('Explore underlying data - panel action', function () {
// FLAKY: https://github.com/elastic/kibana/issues/84011
// FLAKY: https://github.com/elastic/kibana/issues/84012
describe.skip('Explore underlying data - panel action', function () {
before(
'change default index pattern to verify action navigates to correct index pattern',
async () => {
Expand Down

0 comments on commit b321e01

Please sign in to comment.