From 1c6e01b071822a63c5e0366283e318a940a32ab4 Mon Sep 17 00:00:00 2001 From: Antonio Lain <135073478+antlai-temporal@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:57:35 -0800 Subject: [PATCH] Disable TestPinnedBehaviorThreeWorkers() test (#1780) --- test/deployment_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/deployment_test.go b/test/deployment_test.go index 2fb6d77bd..8e6b7eb9d 100644 --- a/test/deployment_test.go +++ b/test/deployment_test.go @@ -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()