We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f2410 commit c61ce14Copy full SHA for c61ce14
src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/ExceptionsTests.cs
@@ -892,6 +892,10 @@ public async Task Exceptions_ResetState()
892
toolRunner.DiagnosticPortPath = diagnosticPortPath;
893
toolRunner.DisableAuthentication = true;
894
toolRunner.ConfigurationFromEnvironment.EnableInProcessFeatures();
895
+ toolRunner.ConfigurationFromEnvironment.DiagnosticPort = new DiagnosticPortOptions
896
+ {
897
+ DeleteEndpointOnStartup = true
898
+ };
899
900
await toolRunner.StartAsync();
901
HttpClient httpClient = await toolRunner.CreateHttpClientDefaultAddressAsync(_httpClientFactory);
0 commit comments