Skip to content

Commit dd79064

Browse files
committed
feat: Remove Mlflow component feature support
1 parent 36d4d63 commit dd79064

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/JobFactory/ComponentSpecificationTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ public function testCreate(): void
5959
'emptyConfigurationRow' => [],
6060
'uiOptions' => [],
6161
'configurationDescription' => null,
62-
'features' => [
63-
'mlflow-artifacts-access',
64-
],
62+
'features' => [],
6563
'expiredOn' => null,
6664
'uri' => 'https://syrup.keboola.com/docker/keboola.runner-config-test',
6765
];

0 commit comments

Comments
 (0)