removed bad test

This commit is contained in:
Adrian Cole 2010-03-09 10:39:44 -08:00
parent bdba469580
commit f1f0596858
1 changed files with 0 additions and 5 deletions

View File

@ -88,11 +88,6 @@ public abstract class BaseComputeServiceLiveTest {
protected Template template;
protected Map<String, String> keyPair;
@Test(groups = { "live" })
void canGetContext() {
assertEquals(context.getComputeService().getContext(), context);
}
@BeforeGroups(groups = { "live" })
public void setupClient() throws InterruptedException, ExecutionException, TimeoutException,
IOException {