Skip to content

Commit

Permalink
[Search] Remove all instances of [IgnoreOnNet5] (Azure#25899)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit-Chakraborty authored Dec 14, 2021
1 parent c3a14a5 commit 9e6d851
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

namespace Azure.Search.Documents.Tests
{
[IgnoreOnNet5("https://github.com/Azure/azure-sdk-for-net/issues/16963")]
public class GetDocumentTests : SearchTestBase
{
public GetDocumentTests(bool async, SearchClientOptions.ServiceVersion serviceVersion)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace Azure.Search.Documents.Tests
{
[IgnoreOnNet5("https://github.com/Azure/azure-sdk-for-net/issues/16963")]
public class IndexingTests : SearchTestBase
{
public IndexingTests(bool async, SearchClientOptions.ServiceVersion serviceVersion)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public FieldBuilderIgnore(bool async, SearchClientOptions.ServiceVersion service

[Test]
[SyncOnly]
[IgnoreOnNet5("https://github.com/Azure/azure-sdk-for-net/issues/16963")]
public async Task CreateIndex()
{
await using SearchResources resources = SearchResources.CreateWithNoIndexes(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ await indexClient.CreateIndexAsync(
}

[Test]
[IgnoreOnNet5("https://github.com/Azure/azure-sdk-for-net/issues/16963")]
[LiveOnly]
public async Task SimpleIndexing()
{
Expand Down

0 comments on commit 9e6d851

Please sign in to comment.