From 362f72e45a5d420de5e0179e2f4489df4158f21d Mon Sep 17 00:00:00 2001 From: asheesh-stripe Date: Mon, 8 May 2017 15:10:35 -0700 Subject: [PATCH] Disable remote Firefox tests Submitting this PR in the hopes of seeing the tests go green. If this doesn't do the trick, I can think harder :) Rationale for this PR: I notice that the remote Firefox tests are timing out, and I also notice that the Firefox addon is seemingly unmaintained per #88. --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) 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" ]);