Add Linux exclusion to describe

This commit is contained in:
Kevin Sawicki 2016-03-07 09:53:20 -08:00
parent bda5bb4a74
commit 4ec79d5d18

View file

@ -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;