File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -552,8 +552,8 @@ public async Task StartRecognizeReceiptsCanAuthenticateWithTokenCredential()
552552 /// Recognizer cognitive service and perform analysis of receipts.
553553 /// </summary>
554554 [ Test ]
555- [ TestCase ( true , Ignore = "Receipts latest changes not yet in this region" ) ]
556- [ TestCase ( false , Ignore = "Receipts latest changes not yet in this region" ) ]
555+ [ TestCase ( true ) ]
556+ [ TestCase ( false ) ]
557557 public async Task StartRecognizeReceiptsPopulatesExtractedReceiptJpg ( bool useStream )
558558 {
559559 var client = CreateFormRecognizerClient ( ) ;
@@ -663,8 +663,8 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptJpg(bool useStr
663663 }
664664
665665 [ Test ]
666- [ TestCase ( true , Ignore = "Receipts latest changes not yet in this region" ) ]
667- [ TestCase ( false , Ignore = "Receipts latest changes not yet in this region" ) ]
666+ [ TestCase ( true ) ]
667+ [ TestCase ( false ) ]
668668 public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng ( bool useStream )
669669 {
670670 var client = CreateFormRecognizerClient ( ) ;
@@ -777,8 +777,8 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng(bool useStr
777777 }
778778
779779 [ Test ]
780- [ TestCase ( true , Ignore = "Receipts latest changes not yet in this region" ) ]
781- [ TestCase ( false , Ignore = "Receipts latest changes not yet in this region" ) ]
780+ [ TestCase ( true ) ]
781+ [ TestCase ( false ) ]
782782 public async Task StartRecognizeReceiptsCanParseMultipageForm ( bool useStream )
783783 {
784784 var client = CreateFormRecognizerClient ( ) ;
You can’t perform that action at this time.
0 commit comments