Skip to content

Commit

Permalink
Update media_manager.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Dec 5, 2024
1 parent 390a105 commit 8ab6acf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/js/media_manager.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ describe("MediaManager", function () {
playStub.restore();
});

/*
it("should initialize and send frames to the worker", async function () {
var adaptor = new WebRTCAdaptor({
websocketURL: "ws://localhost",
Expand Down Expand Up @@ -789,8 +790,8 @@ describe("MediaManager", function () {
navigator.mediaDevices.getUserMedia.restore();
window.Worker.restore();
});
*/

/*
it("should handle cleanup correctly on stream end", async function () {
var adaptor = new WebRTCAdaptor({
websocketURL: "ws://localhost",
Expand Down Expand Up @@ -843,8 +844,6 @@ describe("MediaManager", function () {
navigator.mediaDevices.getUserMedia.restore();
});

*/


});

Expand Down

0 comments on commit 8ab6acf

Please sign in to comment.