Merge pull request #24609 from zimbatm/terraform-fix

terraform: remove broken tests
This commit is contained in:
Aristid Breitkreuz 2017-04-08 17:53:36 +02:00 committed by GitHub
commit 17fc70a11d

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;
};
}