Remove skipped test from designate-tempest-plugin

We can remove test_manually_trigger_update_secondary_zone_negative
test from exclude_regex as bug 968717 was fixed by removing the
test from the plugin [1].

[1] https://bugs.launchpad.net/designate/+bug/1968717

Change-Id: Ie8d0cd289302b789d48c925c1ab0b9940a6e09ac
This commit is contained in:
Lukáš Piwowarski 2023-01-18 16:44:41 +01:00
parent 6488be3e82
commit d266789d2d
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@
- 'heat_tempest_plugin'
- 'barbican_tempest_plugin'
exclude_regex:
# TODO(lpiwowar) Remove once the test is fixed. (Bug: https://bugs.launchpad.net/designate/+bug/1968717)
- 'designate_tempest_plugin.tests.api.v2.test_zone_tasks.ZoneTasksNegative.test_manually_trigger_update_secondary_zone_negative'
- 'heat_tempest_plugin.tests.functional.test_nova_server_networks.CreateServerTest.test_create_update_server_with_subnet'
- 'heat_tempest_plugin.tests.scenario.test_volumes.VolumeBackupRestoreIntegrationTest.test_cinder_volume_create_backup_restore'
- 'heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config'