Skip to content

Commit 685f27e

Browse files
THardy98claude
andcommitted
Skip unstable nexus handler error message assertion
The sdk-core bump changed the Nexus handler error message. Comment out the message assertion until the failure message is stabilized, matching the approach taken in the TypeScript SDK (PR #1972). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ea3f418 commit 685f27e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporalio/test/worker_workflow_nexus_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def test_nexus_handler_error
398398
assert result['handler_error']
399399
assert_equal 'BAD_REQUEST', result['error_type']
400400
assert_equal Temporalio::Error::NexusHandlerError::RetryBehavior::UNSPECIFIED, result['retry_behavior']
401-
assert_includes result['message'], 'operation failed'
401+
# TODO: re-add message assertion once nexus failure message is stabilized
402402
end
403403
end
404404

0 commit comments

Comments
 (0)