Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TA] Enable Detect Language tests #21922

Merged
merged 1 commit into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public async Task DetectLanguageWithAADTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -78,7 +77,6 @@ public async Task DetectLanguageTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageWithCountryHintTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -90,7 +88,6 @@ public async Task DetectLanguageWithCountryHintTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public void DetectLanguageWithErrorCountryHintTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -101,7 +98,6 @@ public void DetectLanguageWithErrorCountryHintTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageWithNoneCountryHintTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -113,7 +109,6 @@ public async Task DetectLanguageWithNoneCountryHintTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageWithNoneDefaultCountryHintTest()
{
var options = new TextAnalyticsClientOptions(_serviceVersion)
Expand All @@ -130,7 +125,6 @@ public async Task DetectLanguageWithNoneDefaultCountryHintTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageBatchConvenienceTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -146,7 +140,6 @@ public async Task DetectLanguageBatchConvenienceTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageBatchConvenienceWithStatisticsTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -168,7 +161,6 @@ public async Task DetectLanguageBatchConvenienceWithStatisticsTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageBatchTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -185,7 +177,6 @@ public async Task DetectLanguageBatchTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageBatchWithStatisticsTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -208,7 +199,6 @@ public async Task DetectLanguageBatchWithStatisticsTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageBatchWithErrorTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -231,7 +221,6 @@ public async Task DetectLanguageBatchWithErrorTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public void DetectLanguageBatchWithNullIdTest()
{
TextAnalyticsClient client = GetClient();
Expand All @@ -243,7 +232,6 @@ public void DetectLanguageBatchWithNullIdTest()
}

[RecordedTest]
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/21795")]
public async Task DetectLanguageBatchWithNullTextTest()
{
TextAnalyticsClient client = GetClient();
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading