Skip to content

Commit

Permalink
Unskip discover functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Oct 20, 2020
1 parent eb29ab8 commit ea69e7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/apps/discover/_sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['common', 'discover', 'timePicker']);

// FLAKY: https://github.com/elastic/kibana/issues/80914
describe.skip('discover sidebar', function describeIndexTests() {

// eslint-disable-next-line mocha/no-exclusive-tests
describe.only('discover sidebar', function describeIndexTests() {
before(async function () {
// delete .kibana index and update configDoc
await kibanaServer.uiSettings.replace({
Expand Down

0 comments on commit ea69e7f

Please sign in to comment.