From f1dafc6616c933376e211a31cf1f6f8ccc502b44 Mon Sep 17 00:00:00 2001 From: Ben Ng Date: Sun, 13 Apr 2014 01:32:41 -0500 Subject: [PATCH] Exclude nested eager tests --- Jakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jakefile b/Jakefile index ac373da2..a6f646be 100644 --- a/Jakefile +++ b/Jakefile @@ -12,6 +12,7 @@ var t = new jake.TestTask('Model', function () { this.testFiles.exclude('test/integration/adapters/streaming.js'); this.testFiles.exclude('test/integration/adapters/helpers.js'); this.testFiles.exclude('test/integration/adapters/sql/eager_assn.js'); + this.testFiles.exclude('test/integration/adapters/sql/nested_eager_assn.js'); this.testFiles.exclude('test/config.js'); this.testFiles.exclude('test/db.json'); this.testFiles.exclude('test/db.sample.json');