From 62f8fd2fd00c865abaaebf35642d02a22cd087e4 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 27 Jan 2025 10:58:07 +0100 Subject: [PATCH] wait for sync Signed-off-by: Kristoffer Dalby --- integration/auth_web_flow_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration/auth_web_flow_test.go b/integration/auth_web_flow_test.go index f87bab1376..acc96cec43 100644 --- a/integration/auth_web_flow_test.go +++ b/integration/auth_web_flow_test.go @@ -146,9 +146,6 @@ func TestAuthWebFlowLogoutAndRelogin(t *testing.T) { t.Logf("all clients logged in again") - allClients, err = scenario.ListTailscaleClients() - assertNoErrListClients(t, err) - allIps, err = scenario.ListTailscaleClientsIPs() assertNoErrListClientIPs(t, err)