Browse Source

Merge pull request #7279 from AttilaVamos/HPCC-13510-fix

HPCC-13510 Exclude childds4, 5, 6 and 7 tests from Hthor in Regression Suite

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 10 years ago
parent
commit
bac5fda568

+ 2 - 0
testing/regress/ecl/childds4.ecl

@@ -15,6 +15,8 @@
     limitations under the License.
 ############################################################################## */
 
+//nohthor
+
 idRec := { unsigned id; };
 mainRec := { unsigned seq, dataset(idRec) ids };
 

+ 2 - 0
testing/regress/ecl/childds5.ecl

@@ -15,6 +15,8 @@
     limitations under the License.
 ############################################################################## */
 
+//nohthor
+
 idRec := { unsigned id; };
 mainRec := { unsigned seq, dataset(idRec) ids };
 

+ 2 - 0
testing/regress/ecl/childds6.ecl

@@ -15,6 +15,8 @@
     limitations under the License.
 ############################################################################## */
 
+//nohthor
+
 idRec := { unsigned id; };
 mainRec := { unsigned seq, dataset(idRec) ids };
 

+ 2 - 0
testing/regress/ecl/childds7.ecl

@@ -15,6 +15,8 @@
     limitations under the License.
 ############################################################################## */
 
+//nohthor
+
 idRec := { unsigned id; };
 mainRec := { unsigned seq, dataset(idRec) ids };