Merge pull request #5131 from hashicorp/acc_tests_5116
fix communicator tests
This commit is contained in:
commit
ce56260b86
@ -71,6 +71,7 @@ func TestUploadDownload(t *testing.T) {
|
||||
upload,
|
||||
download,
|
||||
},
|
||||
ProvisionerTypes: []string{"", ""},
|
||||
},
|
||||
}
|
||||
hook := &packer.DispatchHook{Mapping: hooks}
|
||||
@ -161,6 +162,7 @@ func TestLargeDownload(t *testing.T) {
|
||||
downloadCupcake,
|
||||
downloadBigcake,
|
||||
},
|
||||
ProvisionerTypes: []string{"", "", ""},
|
||||
},
|
||||
}
|
||||
hook := &packer.DispatchHook{Mapping: hooks}
|
||||
|
Loading…
x
Reference in New Issue
Block a user