We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925a894 commit c217c34Copy full SHA for c217c34
1 file changed
x-pack/test/functional/apps/machine_learning/data_frame_analytics/cloning.ts
@@ -13,8 +13,7 @@ export default function({ getService }: FtrProviderContext) {
13
const esArchiver = getService('esArchiver');
14
const ml = getService('ml');
15
16
- // eslint-disable-next-line ban/ban
17
- describe.only('jobs cloning supported by UI form', function() {
+ describe('jobs cloning supported by UI form', function() {
18
this.tags(['smoke']);
19
20
const testDataList: Array<{
0 commit comments