Skip to content

Commit 9e55d7c

Browse files
authored
test(modal): skip unstable test (#7274)
**Related Issue:** #7273 ## Summary Skip unstable test. Might be related to awaiting something that isn't a promise. <img width="730" alt="image" src="https://github.com/Esri/calcite-design-system/assets/1231455/9e6a902d-d443-4509-a6c1-1462f16a4cc2">
1 parent f18a1ac commit 9e55d7c

File tree

1 file changed

+1
-1
lines changed
  • packages/calcite-components/src/components/modal

1 file changed

+1
-1
lines changed

packages/calcite-components/src/components/modal/modal.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ describe("opening and closing behavior", () => {
267267
expect(openSpy).toHaveReceivedEventTimes(1);
268268
});
269269

270-
it("emits when duration is set to 0", async () => {
270+
it.skip("emits when duration is set to 0", async () => {
271271
const page = await newProgrammaticE2EPage();
272272
await skipAnimations(page);
273273

0 commit comments

Comments
 (0)