Skip to content

Commit 842376a

Browse files
only run live test (#36774)
Co-authored-by: msyyc <[email protected]>
1 parent 83f2694 commit 842376a

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

sdk/appcontainers/azure-mgmt-appcontainers/assets.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_async_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
AZURE_LOCATION = "eastus"
1515

1616

17-
17+
@pytest.mark.live_test_only
1818
class TestContainerAppsAPIContainerAppsOperationsAsync(AzureMgmtRecordedTestCase):
1919
def setup_method(self, method):
2020
self.client = self.create_mgmt_client(ContainerAppsAPIClient, is_async=True)

sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_container_apps_operations_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
AZURE_LOCATION = "eastus"
1414

1515

16-
16+
@pytest.mark.live_test_only
1717
class TestContainerAppsAPIContainerAppsOperations(AzureMgmtRecordedTestCase):
1818
def setup_method(self, method):
1919
self.client = self.create_mgmt_client(ContainerAppsAPIClient)

sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_async_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
AZURE_LOCATION = "eastus"
1515

1616

17-
17+
@pytest.mark.live_test_only
1818
class TestContainerAppsAPIOperationsAsync(AzureMgmtRecordedTestCase):
1919
def setup_method(self, method):
2020
self.client = self.create_mgmt_client(ContainerAppsAPIClient, is_async=True)

sdk/appcontainers/azure-mgmt-appcontainers/tests/test_container_apps_api_operations_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
AZURE_LOCATION = "eastus"
1414

1515

16-
16+
@pytest.mark.live_test_only
1717
class TestContainerAppsAPIOperations(AzureMgmtRecordedTestCase):
1818
def setup_method(self, method):
1919
self.client = self.create_mgmt_client(ContainerAppsAPIClient)

0 commit comments

Comments
 (0)