function getIt(annotations, next) {
    if (has_annotation(annotations, 'pending')) return container.xit;
    if (has_annotation(annotations, 'only')) return container.it.only || container.fit || container.iit;
    return container.it;
  }