Merge "Skip snapshot integration tests"

This commit is contained in:
Jenkins 2017-05-31 12:53:05 +00:00 committed by Gerrit Code Review
commit b607137891
1 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ iniset $conf_file heat_plugin skip_functional_test_list 'CancelUpdateTest.test_c
# Add scenario tests to skip
# VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300
# test_server_signal_userdata_format_software_config is skipped untill bug #1651768 is resolved
iniset $conf_file heat_plugin skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest'
# StackSnapshotRestoreTest skipped until bug #1694371 is resolved
iniset $conf_file heat_plugin skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, StackSnapshotRestoreTest'
cat $conf_file