Skip to content

Commit c496be5

Browse files
committed
Disable innertube tests while they are broken
1 parent 258749a commit c496be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/innerTubeApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const expectedInnerTube = { // partial type of innerTubeVideoDetails
2121
};
2222
const currentViews = 49816;
2323

24-
describe("innertube API test", function() {
24+
xdescribe("innertube API test", function() {
2525
it("should be able to get innerTube details", async () => {
2626
const result = await innerTube.getPlayerData(videoID, true);
2727
assert.ok(partialDeepEquals(result, expectedInnerTube));

0 commit comments

Comments
 (0)