Skip to content

Commit 671a115

Browse files
RazvanLiviuVarzarugrooverdan
authored andcommitted
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.
1 parent 6c2efc5 commit 671a115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common_factories.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,13 +475,12 @@ def getTests(props):
475475
config = {
476476
"nm": {
477477
"args": ("RelWithDebInfo", "-DWITH_EMBEDDED_SERVER=ON"),
478-
"steps": ("nm", "cursor", "ps", "emb", "emb-ps", "view"),
478+
"steps": ("nm", "ps", "emb", "emb-ps", "view"),
479479
},
480480
"debug": {
481481
"args": ("Debug", "-DWITH_EMBEDDED_SERVER=ON"),
482482
"steps": (
483483
"debug",
484-
"debug-cursor",
485484
"debug-ps",
486485
"debug-emb",
487486
"debug-emb-ps",

0 commit comments

Comments
 (0)