Skip to content

Commit

Permalink
Remove describe.only
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Oct 16, 2020
1 parent e485af1 commit f277e9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/_field_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export default function ({ getService, getPageObjects }) {
const queryBar = getService('queryBar');
const PageObjects = getPageObjects(['common', 'header', 'discover', 'visualize', 'timePicker']);

// eslint-disable-next-line mocha/no-exclusive-tests
describe.only('discover tab', function describeIndexTests() {
describe('discover tab', function describeIndexTests() {
this.tags('includeFirefox');
before(async function () {
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit f277e9e

Please sign in to comment.