Skip to content

Commit

Permalink
Removing Firefox automated testings
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Apr 30, 2018
1 parent d06ff29 commit 0542d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browserstack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports.config = {
multiCapabilities: []
};

['Chrome', 'Firefox'].forEach(function(browserName) {
['Chrome'/*, 'Firefox'*/].forEach(function(browserName) {
var browserInfo = getDefaultBrowserInfo(browserName);

[ /*'OS X',*/ 'Windows'].forEach(function(os) {
Expand Down

0 comments on commit 0542d74

Please sign in to comment.