Skip to content

Commit

Permalink
unskip aad tests/samples (#18893)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico authored May 25, 2021
1 parent d5a9a00 commit 45da6da
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions scripts/devops_tasks/test_run_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@
"release_phone_number_sample_async.py",
"release_phone_number_sample.py"
],
"azure-ai-formrecognizer": [
"sample_authentication.py",
"sample_authentication_async.py"
]
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class TestManagementAsync(AsyncFormRecognizerTest):

@FormRecognizerPreparer()
@pytest.mark.live_test_only
@pytest.mark.skip("AAD is not deployed yet")
async def test_active_directory_auth_async(self):
token = self.generate_oauth_token()
endpoint = self.get_oauth_endpoint()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def test_polling_interval(self, formrecognizer_test_endpoint, formrecognizer_tes
self.assertEqual(poller2._polling_method._timeout, 7) # goes back to client default

@pytest.mark.live_test_only
@pytest.mark.skip("AAD is not deployed yet")
def test_active_directory_auth(self):
token = self.generate_oauth_token()
endpoint = self.get_oauth_endpoint()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ async def test_polling_interval(self, formrecognizer_test_endpoint, formrecogniz
self.assertEqual(poller2._polling_method._timeout, 7) # goes back to client default

@pytest.mark.live_test_only
@pytest.mark.skip("AAD is not deployed yet")
@FormRecognizerPreparer()
async def test_active_directory_auth_async(self):
token = self.generate_oauth_token()
Expand Down

0 comments on commit 45da6da

Please sign in to comment.