mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Disable innertube tests while they are broken
This commit is contained in:
parent
258749ac31
commit
c496be5651
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue