inventory tests: use containers by default

This commit is contained in:
DavHau
2025-04-23 18:55:59 +07:00
parent c172996dbf
commit e2fb237c33
13 changed files with 44 additions and 39 deletions

View File

@@ -6,6 +6,8 @@
}:
clanLib.test.makeTestClan {
inherit pkgs self;
# TODO: container driver does not support wait_for_file() yet
useContainers = false;
nixosTest = (
{ lib, ... }:
{