terraform: remove broken tests

This commit is contained in:
zimbatm 2017-04-03 23:44:48 +01:00
parent 1bf690c1bb
commit beba07f712

View File

@ -64,6 +64,11 @@ in {
}) })
]; ];
postPatch = ''
rm builtin/providers/dns/data_dns_cname_record_set_test.go
rm builtin/providers/vsphere/resource_vsphere_file_test.go
'';
doCheck = true; doCheck = true;
}; };
} }