Skip to content

Commit

Permalink
prevent keystore tests from running in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Aug 6, 2014
1 parent ba1bb4e commit 083be6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/common/keystore-base.js
Expand Up @@ -32,7 +32,8 @@ module.exports = function () {
});
});

describe('brand-new custom keystore', function () {
// custom keystore doesn't make sense when running on Sauce
describe('brand-new custom keystore @skip-ci', function () {
var driver;
setup(this, desired).then(function (d) { driver = d; });

Expand Down

0 comments on commit 083be6d

Please sign in to comment.