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 b5ab4f1 commit afca476
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 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,7 +790,10 @@ 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 @@ -842,6 +846,8 @@ describe("MediaManager", function () {
navigator.mediaDevices.getUserMedia.restore();
});
*/


});

Expand Down

0 comments on commit afca476

Please sign in to comment.