Skip to content

Commit

Permalink
Merge branch 'master' into nexus-signal-operation
Browse files Browse the repository at this point in the history
  • Loading branch information
pdoerner authored Jan 17, 2025
2 parents d467f7c + 1c6e01b commit 85aaeb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (ts *DeploymentTestSuite) waitForReachability(ctx context.Context, deployme
}

func (ts *DeploymentTestSuite) TestPinnedBehaviorThreeWorkers() {
ts.T().Skip("temporal server 1.26.2 has a setCurrent bug, see https://github.com/temporalio/temporal/pull/6978")
ctx, cancel := context.WithTimeout(context.Background(), ctxTimeout)
defer cancel()

Expand Down

0 comments on commit 85aaeb6

Please sign in to comment.