From dffd0b33fe0fe37e05d7f091b596266778d12446 Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Wed, 13 Aug 2025 17:11:22 +0200 Subject: [PATCH] fix: Spurious comment in integration tests --- tests/integration/integration-checks.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/integration-checks.nix b/tests/integration/integration-checks.nix index bd7c682..c3fabfe 100644 --- a/tests/integration/integration-checks.nix +++ b/tests/integration/integration-checks.nix @@ -24,8 +24,6 @@ let }; }; - # Since other parts of the CI are already doing the unit tests, we deactivate them here. - basicConnectivityOverlay = final: prev: { rosenpass-peer-a = rosenpassNew; rosenpass-peer-b = rosenpassNew;