From 3d17a4ec6393084516158ff9cb27ffe513669a14 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 Dec 2023 21:08:41 +0100 Subject: [PATCH] disable nextcloud --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 60321ef..8c2d739 100644 --- a/main.py +++ b/main.py @@ -23,7 +23,7 @@ from abratest.utils import get_session_id ENV_FILES = [ Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress - Path("envfiles/files.test.dev.local-it.cloud.env"), # nextcloud + # Path("envfiles/files.test.dev.local-it.cloud.env"), # nextcloud ]