function getDescribe(annotations, next) {
    if (has_annotation(annotations, 'pending')) return container.xdescribe;
    if (has_annotation(annotations, 'only')) return container.describe.only || container.fdescribe || container.ddescribe;
    return container.describe;
  }