test: disable oauth in ci

This commit is contained in:
Chris Coutinho
2025-10-13 18:07:55 +02:00
parent b7b83880c0
commit 4fae78a090
+1 -1
View File
@@ -56,4 +56,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
uv run --frozen python -m pytest -m 'not interactive'
uv run --frozen python -m pytest -m 'not oauth'