tka: keep the CompactionDefaults alongside the other limits #6

Merged
codinget merged 216 commits from upstream/2026-05-18 into main 2026-05-18 21:22:49 +02:00
Showing only changes of commit 5a7ef4a533 - Show all commits
+2
View File
@@ -19,6 +19,7 @@ import (
"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"
"tailscale.com/cmd/testwrapper/flakytest"
"tailscale.com/control/controlclient"
"tailscale.com/envknob"
"tailscale.com/ipn"
@@ -375,6 +376,7 @@ func TestStateMachine(t *testing.T) {
}
func TestStateMachineSeamless(t *testing.T) {
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/19377")
runTestStateMachine(t, true)
}