Disable innertube tests while they are broken

This commit is contained in:
Ajay 2024-09-01 19:00:59 -04:00
parent 258749ac31
commit c496be5651

View file

@ -21,7 +21,7 @@ const expectedInnerTube = { // partial type of innerTubeVideoDetails
}; };
const currentViews = 49816; const currentViews = 49816;
describe("innertube API test", function() { xdescribe("innertube API test", function() {
it("should be able to get innerTube details", async () => { it("should be able to get innerTube details", async () => {
const result = await innerTube.getPlayerData(videoID, true); const result = await innerTube.getPlayerData(videoID, true);
assert.ok(partialDeepEquals(result, expectedInnerTube)); assert.ok(partialDeepEquals(result, expectedInnerTube));