mirror of
https://github.com/apache/jclouds.git
synced 2026-08-07 04:37:06 +00:00
Annotate public non-test methods
Newer versions of TestNG try to run these.
This commit is contained in:
@@ -36,6 +36,8 @@ import com.google.inject.Injector;
|
||||
@Test(groups = "unit")
|
||||
public class ListHostsResponseTest extends BaseParserTest<Set<Host>, Set<Host>> {
|
||||
|
||||
@Override
|
||||
@Test(enabled = false)
|
||||
public void compare(Set<Host> expects, Set<Host> response) {
|
||||
assertEquals(response.toString(), expects.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user