> + * limitations under the License.
> + */
> +package org.jclouds.etcd.features;
> +
> +import static org.testng.Assert.assertNotNull;
> +import static org.testng.Assert.assertNull;
> +import static org.testng.Assert.assertTrue;
> +
> +import java.util.UUID;
> +
> +import org.jclouds.etcd.BaseEtcdApiLiveTest;
> +import org.jclouds.etcd.domain.keys.Key;
> +import org.testng.annotations.BeforeClass;
> +import org.testng.annotations.Test;
> +
> +@Test(groups = "live", testName = "KeysApiLiveTest", singleThreaded = true)

No. Just a copy over from another live test. Removing now.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/234/files#r53006671

Reply via email to