});
}
@Test(enabled = ENABLED)
public void importNonCandidateRepo() throws Exception {
executeInTransaction(new TransactionCallback() {
public void execute() throws Exception {
Repo nonCandidate = new Repo("create me");
Repo created = repoManager.createRepo(overlord, nonCandidate);