diff --git a/Gruntfile.js b/Gruntfile.js index acc2e731e9..09b7ff211c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -613,7 +613,7 @@ var _ = require('lodash'), // details of each of the test suites. // grunt.registerTask('test-all', 'Run tests and lint code', - ['test-routes', 'test-module', 'test-unit', 'test-integration', 'test-ember', 'test-functional']); + ['test-routes', 'test-module', 'test-unit', 'test-integration', 'test-ember']); // ### Lint //