Merge pull request #3682 from boumenot/pr-azure-slow-tests
azure: Fix slow unit tests.
This commit is contained in:
commit
b6c9f6460c
|
@ -371,6 +371,7 @@ func TestConfigShouldRejectMalformedCaptureNamePrefix(t *testing.T) {
|
||||||
"storage_account": "ignore",
|
"storage_account": "ignore",
|
||||||
"resource_group_name": "ignore",
|
"resource_group_name": "ignore",
|
||||||
"subscription_id": "ignore",
|
"subscription_id": "ignore",
|
||||||
|
"communicator": "none",
|
||||||
// Does not matter for this test case, just pick one.
|
// Does not matter for this test case, just pick one.
|
||||||
"os_type": constants.Target_Linux,
|
"os_type": constants.Target_Linux,
|
||||||
}
|
}
|
||||||
|
@ -421,6 +422,7 @@ func TestConfigShouldRejectMalformedCaptureContainerName(t *testing.T) {
|
||||||
"storage_account": "ignore",
|
"storage_account": "ignore",
|
||||||
"resource_group_name": "ignore",
|
"resource_group_name": "ignore",
|
||||||
"subscription_id": "ignore",
|
"subscription_id": "ignore",
|
||||||
|
"communicator": "none",
|
||||||
// Does not matter for this test case, just pick one.
|
// Does not matter for this test case, just pick one.
|
||||||
"os_type": constants.Target_Linux,
|
"os_type": constants.Target_Linux,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue