mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-23 12:05:15 -04:00
tstest/integration: mark TestNoControlConnWhenDown as a flaky test (#19832)
Updates #19831 Signed-off-by: Simon Law <sfllaw@tailscale.com>
This commit is contained in:
1 parent
7dabebc691
commit
fd2405ca8f
1 file changed
+2
@@ -1058,6 +1058,8 @@ func TestC2NPingRequest(t *testing.T) {
|
||||
// Issue 2434: when "down" (WantRunning false), tailscaled shouldn't
|
||||
// be connected to control.
|
||||
func TestNoControlConnWhenDown(t *testing.T) {
|
||||
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/19831")
|
||||
|
||||
tstest.Shard(t)
|
||||
tstest.Parallel(t)
|
||||
env := NewTestEnv(t)
|
||||
|
||||
Reference in new issue
Block a user