await callback()

in src/test-runner/run-tracker.ts [126:131]


      await callback(item.testItem, this.cancelToken)

      if (this.status.get(item.testItem) === initialStatus) {
        // If an updated status has not been set by the callback, consider it skipped.
        this.updateStatus(item.testItem, TestCaseStatus.Skipped)
      }