Skip to content

Commit

Permalink
Skip AK upgrade test until SAT-28048 is resolved (#16398)
Browse files Browse the repository at this point in the history
(cherry picked from commit dd173b7)
  • Loading branch information
vijaysawant authored and web-flow committed Sep 18, 2024
1 parent f789892 commit 19d7254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/upgrades/test_activation_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def test_pre_create_activation_key(self, activation_key_setup, target_sat):
:expectedresults: Activation key should be created successfully and it's subscription id
should be same with custom repos product id.
:BlockedBy: SAT-28048
"""
ak = activation_key_setup['ak']
org_subscriptions = target_sat.api.Subscription(
Expand Down Expand Up @@ -91,6 +93,8 @@ def test_post_crud_activation_key(self, dependent_scenario_name, target_sat):
:expectedresults: Activation key's entities should be same after upgrade and activation
key update and delete should work.
:BlockedBy: SAT-28048
"""
pre_test_name = dependent_scenario_name
org = target_sat.api.Organization().search(query={'search': f'name={pre_test_name}_org'})
Expand Down

0 comments on commit 19d7254

Please sign in to comment.