From 6da6fc856924d6f7ec6d787db39083048ee20841 Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Wed, 17 Apr 2024 18:48:22 -0500 Subject: [PATCH] test(linux-client): temporarily disable failing linux-group integration test (#4670) Refs #4669. That issue will be for fixing and re-enabling the test. This is only needed for Linux IPC which isn't in production yet, so it's easier to disable first and debug second --- .github/workflows/_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_integration_tests.yml b/.github/workflows/_integration_tests.yml index f423b4699..a2121dc3a 100644 --- a/.github/workflows/_integration_tests.yml +++ b/.github/workflows/_integration_tests.yml @@ -106,7 +106,7 @@ jobs: direct-download-roaming-network, dns-failsafe, # Uses the default DNS control method dns-nm, - linux-group, # Stub, doesn't run Firezone code yet + # linux-group, # Stub, doesn't run Firezone code yet. Broken too, see relay-graceful-shutdown, relayed-curl-api-down, relayed-curl-api-restart,