-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{CI} Skip some tests #30164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{CI} Skip some tests #30164
Changes from all commits
3f1793d
cb83cf7
78a7270
a8dbf33
a1d9b36
2af16b5
a41aa03
4dc4788
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -539,6 +539,7 @@ def test_aks_api_server_authorized_ip_ranges(self, resource_group, resource_grou | |
| # delete | ||
| self.cmd('aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()]) | ||
|
|
||
| @live_only() | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's fine to disable the test, but I would like to know how it failed. Are there any examples of failed CI?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| @AllowLargeResponse() | ||
| @AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2') | ||
| def test_aks_create_and_update_with_http_proxy_config(self, resource_group, resource_group_location): | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,12 +71,14 @@ def _get_resource_group(self, **kwargs): | |
|
|
||
| class ServerMgmtScenarioTest(ScenarioTest): | ||
|
|
||
| @live_only() | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nasc17 Please be aware of this change. For more context, please refer to the PR description |
||
| @AllowLargeResponse() | ||
| @ResourceGroupPreparer(parameter_name='resource_group_1') | ||
| @ResourceGroupPreparer(parameter_name='resource_group_2') | ||
| def test_mariadb_server_mgmt(self, resource_group_1, resource_group_2): | ||
| self._test_server_mgmt('mariadb', resource_group_1, resource_group_2) | ||
|
|
||
| @live_only() | ||
| @AllowLargeResponse() | ||
| @ResourceGroupPreparer(parameter_name='resource_group_1') | ||
| @ResourceGroupPreparer(parameter_name='resource_group_2') | ||
|
|
@@ -342,6 +344,7 @@ def _test_server_mgmt(self, database_engine, resource_group_1, resource_group_2) | |
|
|
||
| class ProxyResourcesMgmtScenarioTest(ScenarioTest): | ||
|
|
||
| @live_only() | ||
| @AllowLargeResponse() | ||
| @ResourceGroupPreparer() | ||
| @ServerPreparer(engine_type='mariadb') | ||
|
|
@@ -354,6 +357,7 @@ def test_mariadb_proxy_resources_mgmt(self, resource_group, server, database_eng | |
| self._test_private_link_resource(resource_group, server, database_engine, 'mariadbServer') | ||
| self._test_private_endpoint_connection(resource_group, server, database_engine) | ||
|
|
||
| @live_only() | ||
| @AllowLargeResponse() | ||
| @ResourceGroupPreparer() | ||
| @ServerPreparer(engine_type='mysql') | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Rpm Package Azure Linux 3.0 AMD64 fails with
##[error]The job running on agent pool-ubuntu-2004 38 ran longer than the maximum time of 120 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134