From a6331d57c5040db0bd4b2621980742c76744b628 Mon Sep 17 00:00:00 2001 From: Spencer Judge Date: Mon, 2 Dec 2024 12:18:48 -0800 Subject: [PATCH] Remove todo in integ test settings --- test/integration_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration_test.go b/test/integration_test.go index a4385581d..bf6b48df2 100644 --- a/test/integration_test.go +++ b/test/integration_test.go @@ -275,9 +275,7 @@ func (ts *IntegrationTestSuite) SetupTest() { options.Tuner = tuner } if strings.Contains(ts.T().Name(), "SlotSuppliersWithSession") { - // TODO: Always works w/ max 3, but 2 only works with max pollers 1 (usually) options.MaxConcurrentActivityExecutionSize = 1 - options.MaxConcurrentActivityTaskPollers = 1 // Apparently this is on by default in these tests anyway, but to be explicit options.EnableSessionWorker = true }