From 13aa845c69db8a8fff44f17df2bf5d7a81d3dab3 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Fri, 14 Oct 2022 12:23:35 +0200 Subject: [PATCH] Add comment about scenario test Signed-off-by: Kristoffer Dalby --- integration/scenario_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration/scenario_test.go b/integration/scenario_test.go index c13784b9..9e97bc31 100644 --- a/integration/scenario_test.go +++ b/integration/scenario_test.go @@ -7,6 +7,9 @@ import ( "github.com/juanfont/headscale/integration/tsic" ) +// This file is intendet to "test the test framework", by proxy it will also test +// some Headcsale/Tailscale stuff, but mostly in very simple ways. + func IntegrationSkip(t *testing.T) { t.Helper()