> + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > +package org.jclouds.hpcloud.blockstorage; > + > +import static org.testng.Assert.assertEquals; > + > +import org.jclouds.http.HttpRequest; > +import org.jclouds.http.HttpResponse; > +import org.jclouds.openstack.cinder.v1.CinderApi; > +import org.jclouds.openstack.cinder.v1.internal.BaseCinderApiExpectTest; > +import org.testng.annotations.Test; > + > +import com.google.common.collect.ImmutableSet; > + > +@Test(enabled = false, groups = "unit", testName = > "HPCloudBlockStorageProviderMetadataExpectTest")
Yes, I meant to enable that... I will double check and fix it. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/395/files#r13408597
