mirror of https://github.com/apache/jclouds.git
removed bad test
This commit is contained in:
parent
bdba469580
commit
f1f0596858
|
@ -88,11 +88,6 @@ public abstract class BaseComputeServiceLiveTest {
|
||||||
protected Template template;
|
protected Template template;
|
||||||
protected Map<String, String> keyPair;
|
protected Map<String, String> keyPair;
|
||||||
|
|
||||||
@Test(groups = { "live" })
|
|
||||||
void canGetContext() {
|
|
||||||
assertEquals(context.getComputeService().getContext(), context);
|
|
||||||
}
|
|
||||||
|
|
||||||
@BeforeGroups(groups = { "live" })
|
@BeforeGroups(groups = { "live" })
|
||||||
public void setupClient() throws InterruptedException, ExecutionException, TimeoutException,
|
public void setupClient() throws InterruptedException, ExecutionException, TimeoutException,
|
||||||
IOException {
|
IOException {
|
||||||
|
|
Loading…
Reference in New Issue