Skip to content

Commit

Permalink
fix: skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanOne committed Dec 20, 2024
1 parent a8d397b commit f298517
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playwright/tests/common/autoSync.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import { expect } from "@playwright/test";
import { test } from "../../fixtures";
import { environments } from "../../mocks";

test("I can see the auto-sync succeed when making a change", async ({
// TODO: Fix if we release auto-sync (without feature flag)
// Test skipped as the feature is not currently maintained, and the test is randomly failing
// https://linear.app/prismic/issue/DT-2526/aadev-i-dont-want-to-have-flaky-test
test.skip("I can see the auto-sync succeed when making a change", async ({
pageTypesBuilderPage,
reusablePageType,
procedures,
Expand Down

0 comments on commit f298517

Please sign in to comment.