From 71b91b286e4787da67f57250acd9c6a125342f80 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 22 Aug 2024 18:32:25 -0400 Subject: [PATCH] Mark .deb service testing as flaky --- .github/workflows/scripts/rerunFlakyTests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scripts/rerunFlakyTests.js b/.github/workflows/scripts/rerunFlakyTests.js index 091504979d..ae4cd73d90 100644 --- a/.github/workflows/scripts/rerunFlakyTests.js +++ b/.github/workflows/scripts/rerunFlakyTests.js @@ -2,6 +2,7 @@ const CONSIDERED_STEP_PREFIXES = [ "Build", // Nuget.org sporadic issues "Install Native", // apt repository issues + "Test Service", // systemd bollocks ]; // Otherwise only check jobs that start with these.