You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seriva
changed the title
[FEATURE REQUEST] Rewrite 2 unit tests that are marked to be skipped during test execution
[FEATURE REQUEST] Fix 2 unit tests that are marked to be skipped during test execution
Aug 27, 2021
seriva
changed the title
[FEATURE REQUEST] Fix 2 unit tests that are marked to be skipped during test execution
Fix 2 unit tests that are marked to be skipped during test execution
Aug 27, 2021
Is your feature request related to a problem? Please describe.
We have two unit tests that have been skipped from testing for a long time.
test_get_autoscaling_group_should_set_proper_values_to_model
@pytest.mark.skip(reason='Rewrite this test regarding subnets')
test_get_launch_configuration_should_set_proper_values_to_model
@pytest.mark.skip(reason='Rewrite this test regarding security groups')
Describe the solution you'd like
Tests should be rewritten/ adjusted to current conditions and included in the test suite.
Describe alternatives you've considered
If these tests are of no use, they can be removed.
Additional context
It is important to fix this as test results are presented in the Text Exit Summary Report.
DoD checklist
The text was updated successfully, but these errors were encountered: