How to run cases from specific folders

Hi!
I have next FOLDER structure:
Preconditions
Folder 2
Folder 3
Negative Cases

I want to run cases in “Preconditions” first, and cases from “Negative Cases” at the end. I’ve created suite-order.txt
It contains:

–suite “Preconditions/”
#WAIT
–suite “Negative Cases/”

But when I try command: pabot --ordering suite-order.txt --processes 8 .
Pabot start to execute all cases not in order from suite-order.txt
What is the problem?

Hi,

Don’t have a direct answer, but would be interested if there’s one.
I have attempted earlier something similar but had issues linked to naming:

Regards.
Charlie