skip nd test
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Fri, 24 Jan 2014 20:51:30 +0000 (15:51 -0500)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Fri, 24 Jan 2014 20:51:30 +0000 (15:51 -0500)
test/specs/sales_rep.js

index e945515..ea8c8f8 100644 (file)
@@ -23,6 +23,7 @@ it:true, describe:true, beforeEach:true, before:true, enyo:true */
     @property {Account} Account\r
     */\r
   var spec = {\r
+    skipAll: true, // there's some pesky nondeterminism in here somewhere\r
     recordType: "XM.SalesRep",\r
     collectionType: "XM.SalesRepCollection",\r
     /**\r
@@ -77,11 +78,11 @@ it:true, describe:true, beforeEach:true, before:true, enyo:true */
     /**\r
     @member -\r
     @memberof SalesRep.prototype\r
-    @description Delete option should be disabled for the Sales Reps which are assigned to \r
+    @description Delete option should be disabled for the Sales Reps which are assigned to\r
     customers\r
     */\r
     it.skip("SalesReps assigned to a customer cannot be deleted", function () {\r
     });\r
   };\r
   exports.spec = spec;\r
-}());
\ No newline at end of file
+}());\r