mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-30 19:46:04 -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:
@@ -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