Skip to content

Delete the workaround for CodeLens tests failing #77995

@jasonmalinowski

Description

@jasonmalinowski

We added these lines of code to work around the fact CodeLens had problems when we bumped our ServiceHub binaries to 9.0. We expect once we're on 17.14 Preview 3 images this should go away, so we should delete this.

if (exception.Message == "RemotePartyTerminated" && new System.Diagnostics.StackTrace().ToString().Contains("CodeLens") ||
exception.Message == "Cannot access a disposed object.\r\nObject name: 'CodeLensHubClient'.")
{
return;
}

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions