Skip test_notifications.NotificationTest.* functional tests

Change-Id: I4cb4b03adef132c11ca664676b6e03ad3efe60d2
Related-Bug: #1721202
This commit is contained in:
rabi 2017-10-04 13:23:51 +05:30
parent dd22ab2fc6
commit 9762cc6ac4
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ iniset $conf_file heat_plugin minimal_image_ref cirros-0.3.5-x86_64-disk
# Skip test_cancel_update_server_with_port till bug #1607714 is fixed in nova
# Skip ReloadOnSighupTest. Most jobs now run with apache+uwsgi, so the test has no significance
iniset $conf_file heat_plugin skip_functional_test_list 'CancelUpdateTest.test_cancel_update_server_with_port, ReloadOnSighupTest'
# Skip NotificationTest till bug #1721202 is fixed
iniset $conf_file heat_plugin skip_functional_test_list 'CancelUpdateTest.test_cancel_update_server_with_port, ReloadOnSighupTest, NotificationTest'
# Add scenario tests to skip
# VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300