Merge pull request #3682 from boumenot/pr-azure-slow-tests

azure: Fix slow unit tests.
This commit is contained in:
Christopher Boumenot 2016-07-06 13:19:04 -07:00 committed by GitHub
commit b6c9f6460c
1 changed files with 2 additions and 0 deletions

View File

@ -371,6 +371,7 @@ func TestConfigShouldRejectMalformedCaptureNamePrefix(t *testing.T) {
"storage_account": "ignore",
"resource_group_name": "ignore",
"subscription_id": "ignore",
"communicator": "none",
// Does not matter for this test case, just pick one.
"os_type": constants.Target_Linux,
}
@ -421,6 +422,7 @@ func TestConfigShouldRejectMalformedCaptureContainerName(t *testing.T) {
"storage_account": "ignore",
"resource_group_name": "ignore",
"subscription_id": "ignore",
"communicator": "none",
// Does not matter for this test case, just pick one.
"os_type": constants.Target_Linux,
}