Add Linux exclusion to describe
This commit is contained in:
parent
bda5bb4a74
commit
4ec79d5d18
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ describe('browser-window module', function() {
|
|||
});
|
||||
});
|
||||
|
||||
describe('window states', function() {
|
||||
describe('window states (excluding Linux)', function() {
|
||||
// Not implemented on Linux.
|
||||
if (process.platform == 'linux')
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue