Skip to content

Commit c61ce14

Browse files
committed
(test)
1 parent 32f2410 commit c61ce14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/ExceptionsTests.cs

+4
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,10 @@ public async Task Exceptions_ResetState()
892892
toolRunner.DiagnosticPortPath = diagnosticPortPath;
893893
toolRunner.DisableAuthentication = true;
894894
toolRunner.ConfigurationFromEnvironment.EnableInProcessFeatures();
895+
toolRunner.ConfigurationFromEnvironment.DiagnosticPort = new DiagnosticPortOptions
896+
{
897+
DeleteEndpointOnStartup = true
898+
};
895899

896900
await toolRunner.StartAsync();
897901
HttpClient httpClient = await toolRunner.CreateHttpClientDefaultAddressAsync(_httpClientFactory);

0 commit comments

Comments
 (0)