From 1d41eced3b9563093312255731f20cae65a5126a Mon Sep 17 00:00:00 2001 From: Aaron Wilson Date: Sat, 17 Aug 2024 00:42:43 -0500 Subject: [PATCH] ci: Do not always run python-authn tests Signed-off-by: Aaron Wilson --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa26fd98a95..a5dce2277eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -473,7 +473,6 @@ test:short:python-authn: changes: - python/aistore/sdk/authn/**/* - python/aistore/tests/integration/sdk/authn/**/* - when: always - when: manual allow_failure: true