public function tearDown()
 {
     if (!$this->is_local_test) {
         SauceTestCommon::ReportStatus($this->job_id, !$this->hasFailed());
         if (getenv('JENKINS_HOME')) {
             printf("\nSauceOnDemandSessionID=%s job-name=%s", $this->job_id, get_called_class() . '.' . $this->getName() . "\n");
         }
     }
 }