From 9762cc6ac44ed04e98eb2514775813c777404236 Mon Sep 17 00:00:00 2001 From: rabi Date: Wed, 4 Oct 2017 13:23:51 +0530 Subject: [PATCH] Skip test_notifications.NotificationTest.* functional tests Change-Id: I4cb4b03adef132c11ca664676b6e03ad3efe60d2 Related-Bug: #1721202 --- heat_integrationtests/prepare_test_env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index ecde604970..14b6234591 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -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