disable nextcloud

This commit is contained in:
Daniel 2023-12-05 21:08:41 +01:00
parent b0844aba8f
commit 3d17a4ec63

View file

@ -23,7 +23,7 @@ from abratest.utils import get_session_id
ENV_FILES = [ ENV_FILES = [
Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik
Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress 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
] ]