mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
test: remove RuntimeWithOtherOptions test
This commit is contained in:
parent
848ca066b3
commit
ec170b10dd
1 changed files with 0 additions and 9 deletions
|
|
@ -215,15 +215,6 @@ test('RuntimeWithoutEquals', function () {
|
|||
]);
|
||||
});
|
||||
|
||||
test('RuntimeWithOtherOptions', function () {
|
||||
$input = '--runtime=runsc --cap-drop=ALL --security-opt=no-new-privileges';
|
||||
$output = convertDockerRunToCompose($input);
|
||||
expect($output)->toHaveKeys(['runtime', 'cap_drop', 'security_opt'])
|
||||
->and($output['runtime'])->toBe('runsc')
|
||||
->and($output['cap_drop'])->toBe(['ALL'])
|
||||
->and($output['security_opt'])->toBe(['no-new-privileges']);
|
||||
});
|
||||
|
||||
test('PidsLimitWithEquals', function () {
|
||||
$input = '--pids-limit=1024';
|
||||
$output = convertDockerRunToCompose($input);
|
||||
|
|
|
|||
Loading…
Reference in a new issue