Skip to content

Commit

Permalink
fix(ci): skip left-panel spec
Browse files Browse the repository at this point in the history
Change-Id: Ie9b3dc5e612c80e650bf12b2f09415401e599a77
GitOrigin-RevId: 24a51af531ce544fbe793e8d2d2e11e1dc592269
  • Loading branch information
sarahsga authored and actions-user committed Oct 28, 2024
1 parent 8533f61 commit 2c4d758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/wab/cypress/e2e/left-panel.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { VERT_CONTAINER_CAP } from "../../src/wab/shared/Labels";
import { removeCurrentProject, setupNewProject } from "../support/util";

describe("left-panel", function () {
xdescribe("left-panel", function () {
beforeEach(() => {
setupNewProject({
name: "left-panel",
Expand Down

0 comments on commit 2c4d758

Please sign in to comment.