From e7148b8080060d7bee020e829194f54a7ec84a8d Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 9 Aug 2022 09:58:45 +0200 Subject: [PATCH] Temporarily disable unstable branch --- integration_common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_common_test.go b/integration_common_test.go index 4ee2d3b3..db2aa17a 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -31,7 +31,7 @@ var ( tailscaleVersions = []string{ "head", - "unstable", + // "unstable", "1.26.0", "1.24.2", "1.22.2",