Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Oct 18, 2023
1 parent b0082fd commit 317395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/analyzer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test.describe("Build Analyzer", () => {
await page.getByTestId("SSU-ability").isVisible();
});

test("compares builds", async ({ page }) => {
test.skip("compares builds", async ({ page }) => {
await navigate({ page, url: ANALYZER_URL });

await page.getByTestId("build2-tab").click();
Expand Down

0 comments on commit 317395f

Please sign in to comment.