Skip to content

Commit eed2d1d

Browse files
Mark long running tests as live-only (Azure#25782)
1 parent c87a2a0 commit eed2d1d

File tree

5 files changed

+2
-3641330
lines changed

5 files changed

+2
-3641330
lines changed

sdk/search/Azure.Search.Documents/tests/Samples/Sample05_IndexingDocuments.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ await indexClient.CreateIndexAsync(
111111

112112
[Test]
113113
[IgnoreOnNet5("https://github.com/Azure/azure-sdk-for-net/issues/16963")]
114+
[LiveOnly]
114115
public async Task SimpleIndexing()
115116
{
116117
await using SearchResources resources = SearchResources.CreateWithNoIndexes(this);
@@ -157,6 +158,7 @@ public async Task SimpleIndexing()
157158
}
158159

159160
[Test]
161+
[LiveOnly]
160162
public async Task BufferedSender()
161163
{
162164
await using SearchResources resources = SearchResources.CreateWithNoIndexes(this);

0 commit comments

Comments
 (0)