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",