Enable power monitor test for linux
This commit is contained in:
parent
10e0d9b198
commit
c4f80a6d89
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ const Promise = require('bluebird')
|
|||
|
||||
const skip = process.platform !== 'linux' || !process.env.DBUS_SYSTEM_BUS_ADDRESS
|
||||
|
||||
// TODO(alexeykuzmin): [Ch66] Crashes on Linux. Fix it and enable back.
|
||||
xdescribe('powerMonitor', () => {
|
||||
describe('powerMonitor', () => {
|
||||
let logindMock, dbusMockPowerMonitor, getCalls, emitSignal, reset
|
||||
|
||||
if (!skip) {
|
||||
|
|
Loading…
Reference in a new issue