Skip to content

Commit

Permalink
Remove todo in integ test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Dec 2, 2024
1 parent 9a8cc78 commit a6331d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a6331d5

Please sign in to comment.