From 7201c3229f0d9f21e3d7e018dd5f4f9d245bed58 Mon Sep 17 00:00:00 2001 From: Bryton Hall Date: Sat, 28 Jan 2023 11:47:19 -0500 Subject: [PATCH] tests: temp disable import test --- tests/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/default.nix b/tests/default.nix index e76bb08..30ef640 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -26,7 +26,9 @@ ./k8s/defaults.nix ./k8s/order.nix ./k8s/submodule.nix - ./k8s/imports.nix + # TODO: `importYaml` uses IFD which fails during `nix flake check` as it evaluates + # for all systems, not only the current one: https://github.com/hall/kubenix/issues/12 + # ./k8s/imports.nix #./helm/simple.nix ./istio/bookinfo.nix ./submodules/simple.nix