Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 6e09d2a

Browse files
author
Simon Hofmann
committed
Disabled VideoCaptureTests
2 parents bd45edd + 5ce8384 commit 6e09d2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/tests/io/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
const ioTests = require('./ioTests');
2-
const VideoCaptureTests = require('./VideoCaptureTests');
2+
//const VideoCaptureTests = require('./VideoCaptureTests');
33
const VideoWriterTests = require('./VideoWriterTests');
44

55
module.exports = function (args) {
66
describe('io', () => ioTests(args));
77
if (!process.env.DOCKER_BUILD && !process.env.BINDINGS_DEBUG) {
8-
describe('VideoCapture', () => VideoCaptureTests(args));
8+
// describe('VideoCapture', () => VideoCaptureTests(args));
99
// TODO: fix unlink EBUSY
1010
describe.skip('VideoWriter', () => VideoWriterTests(args));
1111
}
12-
};
12+
};

0 commit comments

Comments
 (0)