Skip to content

Commit

Permalink
[Test] Fix AQStreamingTests cleanup (#9327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond authored Feb 8, 2025
1 parent 65de306 commit 76ec213
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ void ConfigureStreaming(string option, string value)

public async Task DisposeAsync()
{
if (Cluster is null)
{
return;
}

try
{
TestUtils.CheckForAzureStorage();
Expand Down

0 comments on commit 76ec213

Please sign in to comment.