Skip to content

Commit

Permalink
build: testing if skipping in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Nov 18, 2023
1 parent b7cc68e commit 9663741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/e2e/home-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { skipIfMissingCatalog } from "./util/missing-published-catalog";

test.describe("Home Page", async () => {
test.beforeEach(async () => {
await skipIfMissingCatalog();
// await skipIfMissingCatalog();
});

test("should load home page", async ({ page }) => {
Expand Down

0 comments on commit 9663741

Please sign in to comment.