Skip to content

Commit

Permalink
Exclude nested eager tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ng committed Apr 13, 2014
1 parent d2a33c9 commit f1dafc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jakefile
Expand Up @@ -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');
Expand Down

0 comments on commit f1dafc6

Please sign in to comment.