Skip to content

Commit

Permalink
skip the test that queries the latest patch
Browse files Browse the repository at this point in the history
  • Loading branch information
king8fisher committed Nov 16, 2024
1 parent 75709dc commit 68cacfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/patch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface Patches {
total_games: number;
}

test("latest patch", async () => {
test.skip("latest patch", async () => {
const p = await fetch("https://aoestats.io/api/patches/?format=json");
const json = (await p.json()) as Patches[];
let max: Patches | undefined;
Expand Down

0 comments on commit 68cacfc

Please sign in to comment.