From a3ff23e70b91114c143b64026023241d53d4f5ac Mon Sep 17 00:00:00 2001 From: joshvanl Date: Mon, 18 Dec 2023 17:44:41 +0000 Subject: [PATCH] Skip Signed-off-by: joshvanl --- tests/integration/suite/actors/reminders/rebalancing.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/suite/actors/reminders/rebalancing.go b/tests/integration/suite/actors/reminders/rebalancing.go index d0f8fcc12fb..c8735b0b460 100644 --- a/tests/integration/suite/actors/reminders/rebalancing.go +++ b/tests/integration/suite/actors/reminders/rebalancing.go @@ -62,6 +62,7 @@ type rebalancing struct { } func (i *rebalancing) Setup(t *testing.T) []framework.Option { + t.Skip("") i.activeActors = make([]atomic.Bool, iterations) i.doubleActivationCh = make(chan string)