From 3f53f528a1e4f67411ed29fae4da8529967b1a08 Mon Sep 17 00:00:00 2001 From: Razvan-Liviu Varzaru Date: Thu, 14 Nov 2024 14:54:28 +0200 Subject: [PATCH] Revert part of #589 - cursor protocol tests on Last-N We need to merge #585 to Production, which will enable the cursor tests on x86-debian-12-fulltest After the cursor tests are Stable we can enable them on the protected branches builder last-N-failed. --- common_factories.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common_factories.py b/common_factories.py index 0112ae44..34f4d8b2 100644 --- a/common_factories.py +++ b/common_factories.py @@ -475,13 +475,12 @@ def getTests(props): config = { "nm": { "args": ("RelWithDebInfo", "-DWITH_EMBEDDED_SERVER=ON"), - "steps": ("nm", "cursor", "ps", "emb", "emb-ps", "view"), + "steps": ("nm", "ps", "emb", "emb-ps", "view"), }, "debug": { "args": ("Debug", "-DWITH_EMBEDDED_SERVER=ON"), "steps": ( "debug", - "debug-cursor", "debug-ps", "debug-emb", "debug-emb-ps",