Disable "nativeImage module > addRepresentation()" tests

This commit is contained in:
Aleksei Kuzmin 2017-11-08 13:35:20 +02:00 committed by Cheng Zhao
parent 0b88873e77
commit c73ba5802e

View file

@ -442,7 +442,9 @@ describe('nativeImage module', () => {
}) })
}) })
describe('addRepresentation()', () => { // TODO(alexeykuzmin): Disabled during Chromium 61 upgrade.
// Fix them and enable.
xdescribe('addRepresentation()', () => {
it('supports adding a buffer representation for a scale factor', () => { it('supports adding a buffer representation for a scale factor', () => {
const image = nativeImage.createEmpty() const image = nativeImage.createEmpty()