Skip to content

Commit 8c772fe

Browse files
[Search] Ignore flaky tests (Azure#25927)
* Ignore flaky tests * Ignore ManualRetryDelayTests.AddsDelay() test
1 parent b45b5ef commit 8c772fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sdk/search/Azure.Search.Documents/tests/Batching/BatchingTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ public async Task Champion_FineGrainedErrors()
337337
}
338338

339339
[Test]
340+
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/25444")]
340341
public async Task Champion_BasicCheckpointing()
341342
{
342343
await using SearchResources resources = await SearchResources.CreateWithEmptyIndexAsync<SimpleDocument>(this);
@@ -688,6 +689,7 @@ public async Task Flush_SubmitsEverything()
688689
}
689690

690691
[Test]
692+
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/25727")]
691693
public async Task Flush_Blocks()
692694
{
693695
await using SearchResources resources = await SearchResources.CreateWithEmptyIndexAsync<SimpleDocument>(this);
@@ -735,6 +737,7 @@ public async Task Dispose_Flushes()
735737
}
736738

737739
[Test]
740+
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21515")]
738741
public async Task Dispose_Blocks()
739742
{
740743
await using SearchResources resources = await SearchResources.CreateWithEmptyIndexAsync<SimpleDocument>(this);

sdk/search/Azure.Search.Documents/tests/Batching/ManualRetryDelayTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace Azure.Search.Documents.Tests
1212
public class ManualRetryDelayTests
1313
{
1414
[Test]
15+
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/23038")]
1516
public async Task AddsDelay()
1617
{
1718
Stopwatch watch = new Stopwatch();

0 commit comments

Comments
 (0)