From 8bfff4dec207a7a94418f9685b46e81ca0b35709 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. Signed-off-by: David Nind Signed-off-by: Nick Clemens --- 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 dfd6eef5990..ef125716831 100644 --- a/t/cypress/integration/InfiniteScrollSelect_spec.ts +++ b/t/cypress/integration/InfiniteScrollSelect_spec.ts @@ -106,7 +106,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(); @@ -167,7 +167,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.39.5