Skip to content

Commit

Permalink
Merge pull request #1669 from arenadata/ADCM-2729
Browse files Browse the repository at this point in the history
ADCM-2729 skip tests test_invoker_object_url and test_check_policy_po…
  • Loading branch information
kuhella authored Mar 25, 2022
2 parents b1a6be7 + ad81236 commit 130cebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui_tests/test_admin_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ def test_delete_policy_from_policies_page(self, app_fs):
)
policies_page.delete_all_policies()

@pytest.mark.xfail(reason="https://arenadata.atlassian.net/browse/ADCM-2729")
@pytest.mark.usefixtures("login_to_adcm_over_api")
@pytest.mark.parametrize(
("clusters", "services", "providers", "hosts", "parents", "role_name"),
Expand Down
1 change: 1 addition & 0 deletions tests/ui_tests/test_jobs_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def test_download_log(self, cluster: Cluster, app_fs: ADCMTest, downloads_direct
downloaded_file_template.format(job_id=job_id, log_type='stderr'), app_fs, dirname=downloads_directory
)

@pytest.mark.xfail(reason="https://arenadata.atlassian.net/browse/ADCM-2729")
def test_invoker_object_url(self, cluster: Cluster, provider: Provider, page: JobListPage):
"""Check link to object that invoked action is correct"""
host_fqdn = 'run-on-me'
Expand Down

0 comments on commit 130cebb

Please sign in to comment.