skip tunnel test hyperv

pull/8378/head
Medya Gh 2020-06-04 16:11:47 -07:00
parent 8ff7efd879
commit ba14ad2916
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ var (
)
func validateTunnelCmd(ctx context.Context, t *testing.T, profile string) {
if HyperVDriver() {
t.Skipf("skipping tunnel for hyperv driver")
}
ctx, cancel := context.WithTimeout(ctx, Minutes(20))
type validateFunc func(context.Context, *testing.T, string)
defer cancel()