Fix forgotten deletion of testResults() line
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 7526d35..fba6ccc 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -526,7 +526,6 @@
     }
     publishers {
         archiveJunit('cqlshlib.xml, nosetests.xml') {
-            testResults('cqlshlib.xml, nosetests.xml')
             testDataPublishers {
                 publishTestStabilityData()
             }