diff --git a/Gruntfile.js b/Gruntfile.js index 6979b30..2cbcada 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -94,7 +94,6 @@ module.exports = function(grunt) { grunt.registerTask("e2e:remote", [ 'build:all', - "protractor:firefox.remote", "protractor:chrome.remote" ]);