tests: don't run update checks in VM tests
This commit is contained in:
parent
3df5c21303
commit
905036eb17
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ pkgs.testers.runNixOSTest {
|
||||||
enable = true;
|
enable = true;
|
||||||
host = "localhost";
|
host = "localhost";
|
||||||
};
|
};
|
||||||
|
settings.disable_update_check = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,7 @@ pkgs.testers.runNixOSTest {
|
||||||
};
|
};
|
||||||
# pass authentikComponents with patched pythonEnv and staticWorkdirDeps
|
# pass authentikComponents with patched pythonEnv and staticWorkdirDeps
|
||||||
inherit (customScope) authentikComponents;
|
inherit (customScope) authentikComponents;
|
||||||
|
settings.disable_update_check = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue