Skip to content

Commit

Permalink
only run live test (Azure#36774)
Browse files Browse the repository at this point in the history
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
2 people authored and l0lawrence committed Feb 18, 2025
1 parent 85f588e commit 5330cb5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions sdk/appcontainers/azure-mgmt-appcontainers/assets.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
AZURE_LOCATION = "eastus"



@pytest.mark.live_test_only
class TestContainerAppsAPIContainerAppsOperationsAsync(AzureMgmtRecordedTestCase):
def setup_method(self, method):
self.client = self.create_mgmt_client(ContainerAppsAPIClient, is_async=True)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AZURE_LOCATION = "eastus"



@pytest.mark.live_test_only
class TestContainerAppsAPIContainerAppsOperations(AzureMgmtRecordedTestCase):
def setup_method(self, method):
self.client = self.create_mgmt_client(ContainerAppsAPIClient)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
AZURE_LOCATION = "eastus"



@pytest.mark.live_test_only
class TestContainerAppsAPIOperationsAsync(AzureMgmtRecordedTestCase):
def setup_method(self, method):
self.client = self.create_mgmt_client(ContainerAppsAPIClient, is_async=True)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AZURE_LOCATION = "eastus"



@pytest.mark.live_test_only
class TestContainerAppsAPIOperations(AzureMgmtRecordedTestCase):
def setup_method(self, method):
self.client = self.create_mgmt_client(ContainerAppsAPIClient)
Expand Down

0 comments on commit 5330cb5

Please sign in to comment.