Skip to content

Commit

Permalink
wip: fixed wrong merge
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Apr 22, 2024
1 parent a86bda0 commit ed5f3c9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions t/mojo/80_check_resources.t
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ remove_old_domains_req();

$USERNAME = user_admin->name;
$PASSWORD = "$$ $$";
<<<<<<< HEAD
my $old_value = rvd_back->setting("/backend/limits/startup_ram");
=======
>>>>>>> main
for my $vm_name (reverse @{rvd_front->list_vm_types} ) {
diag("Testing RAM limit in $vm_name");

Expand All @@ -156,11 +153,8 @@ for my $vm_name (reverse @{rvd_front->list_vm_types} ) {
ok($started_no_limit > $started_limit);
}

<<<<<<< HEAD
rvd_back->setting("/backend/limits/startup_ram" => $old_value);

=======
>>>>>>> main
remove_old_domains_req(0); # 0=do not wait for them

end();
Expand Down

0 comments on commit ed5f3c9

Please sign in to comment.