Skip to content

Commit

Permalink
fix: fix readme-screenshots.spec.ts to properly skip tests in CI envi…
Browse files Browse the repository at this point in the history
…ronment

Signed-off-by: Mason Hu <mason.hu@canonical.com>
  • Loading branch information
mas-who committed May 27, 2024
1 parent 74d0169 commit 6eb68e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/readme-screenshots.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { createProject, deleteProject } from "./helpers/projects";
import { createProfile, deleteProfile, visitProfile } from "./helpers/profile";

test.beforeAll(() => {
test.beforeEach(() => {
test.skip(
Boolean(process.env.CI),
"This suite is only run manually to create screenshots for the readme file",
Expand Down

0 comments on commit 6eb68e7

Please sign in to comment.