File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
sdk/search/Azure.Search.Documents/tests/Batching Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,7 @@ public async Task Champion_FineGrainedErrors()
337
337
}
338
338
339
339
[ Test ]
340
+ [ Ignore ( "https://github.com/Azure/azure-sdk-for-net/issues/25444" ) ]
340
341
public async Task Champion_BasicCheckpointing ( )
341
342
{
342
343
await using SearchResources resources = await SearchResources . CreateWithEmptyIndexAsync < SimpleDocument > ( this ) ;
@@ -688,6 +689,7 @@ public async Task Flush_SubmitsEverything()
688
689
}
689
690
690
691
[ Test ]
692
+ [ Ignore ( "https://github.com/Azure/azure-sdk-for-net/issues/25727" ) ]
691
693
public async Task Flush_Blocks ( )
692
694
{
693
695
await using SearchResources resources = await SearchResources . CreateWithEmptyIndexAsync < SimpleDocument > ( this ) ;
@@ -735,6 +737,7 @@ public async Task Dispose_Flushes()
735
737
}
736
738
737
739
[ Test ]
740
+ [ Ignore ( "https://github.com/Azure/azure-sdk-for-net/issues/21515" ) ]
738
741
public async Task Dispose_Blocks ( )
739
742
{
740
743
await using SearchResources resources = await SearchResources . CreateWithEmptyIndexAsync < SimpleDocument > ( this ) ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ namespace Azure.Search.Documents.Tests
12
12
public class ManualRetryDelayTests
13
13
{
14
14
[ Test ]
15
+ [ Ignore ( "https://github.com/Azure/azure-sdk-for-net/issues/23038" ) ]
15
16
public async Task AddsDelay ( )
16
17
{
17
18
Stopwatch watch = new Stopwatch ( ) ;
You can’t perform that action at this time.
0 commit comments