Fix slow unit tests.
This commit is contained in:
parent
d170d5952b
commit
16c1abf1d4
|
@ -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