From 8809bf1114dcc884109274685e1cba957b35c8b0 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Tue, 19 Nov 2024 08:48:26 -0300 Subject: [PATCH] Disable sanity test. Since the primary hostname of the gating machines is too large to be used as the primary server hostname, and the installation tests are covered in other tests, the sanity test is being disable until there's a change either on IPA (to allow for larger hostnames) or in the test environment. --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 22c6b85..94023b6 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -24,7 +24,7 @@ # tag name is e.g. "v0.6.0" version: "v{{ custodia_version.stdout }}" tests: - - sanity + #- sanity #- custodia_setup: # dir: "custodia_git" # run: "cd tests/ca && ./custodia-ca.sh"