mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Tests: temporarily skip known failure on FreeBSD
This commit is contained in:
parent
33ac8b93a9
commit
0872f495f9
@ -302,6 +302,7 @@ describe('Input/output', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('Fail when input is empty Buffer', function (done) {
|
it('Fail when input is empty Buffer', function (done) {
|
||||||
|
if (process.platform === 'freebsd') return this.skip(); // can be removed with libvips 8.10.0+
|
||||||
sharp(Buffer.alloc(0)).toBuffer().then(function () {
|
sharp(Buffer.alloc(0)).toBuffer().then(function () {
|
||||||
assert(false);
|
assert(false);
|
||||||
done();
|
done();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user