Skip to content

Commit

Permalink
Drop the "only"
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed May 10, 2021
1 parent 8fefc73 commit a19ffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
if (!isOss) load('./_chart_types');
});

describe.only('visualize ciGroup10', function () {
describe('visualize ciGroup10', function () {
this.tags('ciGroup10');

[
Expand Down

0 comments on commit a19ffc7

Please sign in to comment.