Skip to content

Commit d78020a

Browse files
authored
[Translation] Ignore failing test (Azure#50670)
The focus of these changes is to ignore a test with an outdated recording that is causing failures in CI and release pipelines.
1 parent 444d6e6 commit d78020a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/translation/Azure.AI.Translation.Document/tests/TranslationOperationLiveTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ public async Task GetDocumentStatusWithInvalidGuidTest(string invalidGuid, Type
408408
}
409409

410410
[RecordedTest]
411+
[Ignore("Test is failing and needs to be recorded. Tracking: #50669")]
411412
public async Task DocumentTranslationWithGlossary()
412413
{
413414
Uri source = await CreateSourceContainerAsync(oneTestDocuments);

0 commit comments

Comments
 (0)