Skip to content

Commit

Permalink
Remove .only from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Mar 18, 2020
1 parent 925a894 commit c217c34
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default function({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

// eslint-disable-next-line ban/ban
describe.only('jobs cloning supported by UI form', function() {
describe('jobs cloning supported by UI form', function() {
this.tags(['smoke']);

const testDataList: Array<{
Expand Down

0 comments on commit c217c34

Please sign in to comment.