Skip to content

Commit

Permalink
remove test exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 20, 2020
1 parent a1f0f61 commit 672022a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/visualize/_vega_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const inspector = getService('inspector');
const log = getService('log');

// eslint-disable-next-line ban/ban
describe.only('vega chart in visualize app', () => {
describe('vega chart in visualize app', () => {
before(async () => {
log.debug('navigateToApp visualize');
await PageObjects.visualize.navigateToNewVisualization();
Expand Down

0 comments on commit 672022a

Please sign in to comment.