Skip to content

Commit

Permalink
skip prebuilt from_url tests for now (#16534)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico authored Feb 4, 2021
1 parent cfe7f84 commit 54bacf9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

GlobalClientPreparer = functools.partial(_GlobalClientPreparer, FormRecognizerClient)


@pytest.mark.skip
class TestBusinessCardFromUrl(FormRecognizerTest):

@FormRecognizerPreparer()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

GlobalClientPreparer = functools.partial(_GlobalClientPreparer, FormRecognizerClient)


@pytest.mark.skip
class TestBusinessCardFromUrlAsync(AsyncFormRecognizerTest):

@FormRecognizerPreparer()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

GlobalClientPreparer = functools.partial(_GlobalClientPreparer, FormRecognizerClient)


@pytest.mark.skip
class TestInvoiceFromUrl(FormRecognizerTest):

@FormRecognizerPreparer()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

GlobalClientPreparer = functools.partial(_GlobalClientPreparer, FormRecognizerClient)


@pytest.mark.skip
class TestInvoiceFromUrlAsync(AsyncFormRecognizerTest):

@FormRecognizerPreparer()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

GlobalClientPreparer = functools.partial(_GlobalClientPreparer, FormRecognizerClient)


@pytest.mark.skip
class TestReceiptFromUrl(FormRecognizerTest):

@FormRecognizerPreparer()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

GlobalClientPreparer = functools.partial(_GlobalClientPreparer, FormRecognizerClient)


@pytest.mark.skip
class TestReceiptFromUrlAsync(AsyncFormRecognizerTest):

@FormRecognizerPreparer()
Expand Down

0 comments on commit 54bacf9

Please sign in to comment.