Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
runat-1128988: Mark tests that fail when run remotely
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Walker <[email protected]>
  • Loading branch information
joewalker committed Feb 5, 2015
1 parent 9c82b30 commit 304a18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gcli/test/testExec.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ exports.testExecNode = function(options) {

return helpers.audit(options, [
{
skipIf: options.isNoDom,
skipIf: options.isNoDom || options.isRemote,
setup: 'tse :root',
check: {
input: 'tse :root',
Expand Down
1 change: 1 addition & 0 deletions lib/gcli/test/testPref1.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ exports.testPrefSetStatus = function(options) {
}
},
{
skipIf: options.isRemote,
setup: 'pref set tempTBool 4',
check: {
typed: 'pref set tempTBool 4',
Expand Down

1 comment on commit 304a18c

@bgrins
Copy link

@bgrins bgrins commented on 304a18c Feb 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.