From 25f43f0838483937d5f733b7943bd8250e0f823e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 30 Jul 2025 14:37:49 +0200 Subject: [PATCH] Bug 38475: Skip some tests in InfiniteScrollSelect_spec They are failing randomly for too long. --- t/cypress/integration/InfiniteScrollSelect_spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/cypress/integration/InfiniteScrollSelect_spec.ts b/t/cypress/integration/InfiniteScrollSelect_spec.ts index 73daf8bc150..a027e73fd77 100644 --- a/t/cypress/integration/InfiniteScrollSelect_spec.ts +++ b/t/cypress/integration/InfiniteScrollSelect_spec.ts @@ -104,7 +104,7 @@ describe("Infinite scroll", () => { cy.get("@options").should("have.length", 60); }); - it("Should correctly submit the form", () => { + it.skip("Should correctly submit the form", () => { const pageOne = createLicenses(1); const vendors = cy.get_vendors_to_relate(); let agreement = cy.get_agreement(); @@ -166,7 +166,7 @@ describe("Infinite scroll", () => { ); }); - it("Should correctly display labels", () => { + it.skip("Should correctly display labels", () => { const pageOne = createLicenses(1); const pageTwo = createLicenses(21); const pageThree = createLicenses(41); -- 2.34.1