Skip to content

Commit c217c34

Browse files
committed
Remove .only from test suite
1 parent 925a894 commit c217c34

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • x-pack/test/functional/apps/machine_learning/data_frame_analytics

x-pack/test/functional/apps/machine_learning/data_frame_analytics/cloning.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export default function({ getService }: FtrProviderContext) {
1313
const esArchiver = getService('esArchiver');
1414
const ml = getService('ml');
1515

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

2019
const testDataList: Array<{

0 commit comments

Comments
 (0)