From d2ea7e32f5174e662126bee46b7b865f3df31e69 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Wed, 6 Aug 2025 18:02:11 +0100 Subject: [PATCH] Revert "choose a test" This reverts commit a25642355386a3afb3c81579d7925dd48efb6a13. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9554a02e8d..9388bd49de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -436,7 +436,7 @@ jobs: ) & MONITOR_PID=$! - poetry run trial tests.storage.databases.main.test_metrics.ExtremStatisticsTestCase.test_exposed_to_prometheus + poetry run trial tests STATUS=$? kill $MONITOR_PID