mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Add Linux exclusion to describe
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user