Skip to content

Commit

Permalink
Update revalidate.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Apr 28, 2024
1 parent d195f5e commit ccb9098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/fdr/src/__test__/unit-tests/revalidate.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { RevalidatorServiceImpl } from "../../services/revalidator/RevalidatorService";
import { ParsedBaseUrl } from "../../util/ParsedBaseUrl";

it("revalidates a custom docs domain", async () => {
it.skip("revalidates a custom docs domain", async () => {
const revalidationService = new RevalidatorServiceImpl();

const revalidationResult = await revalidationService.revalidate({
Expand Down

0 comments on commit ccb9098

Please sign in to comment.