diff --git a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Features/Operations/Reindex/ReindexJobTests.cs b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Features/Operations/Reindex/ReindexJobTests.cs index 6033c50e7a..30ba74fde4 100644 --- a/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Features/Operations/Reindex/ReindexJobTests.cs +++ b/test/Microsoft.Health.Fhir.Shared.Tests.Integration/Features/Operations/Reindex/ReindexJobTests.cs @@ -181,7 +181,7 @@ public async Task InitializeAsync() StartCacheUpdateTask(_backgroundCts.Token); var cleanupCts = new CancellationTokenSource(TimeSpan.FromMinutes(2)); - await DeleteTestResources(cleanupCts.Token); + await DeleteTestResources(cleanupCts.Token); // comment cleanupCts.Dispose(); }