I have a few feature files that run in parallel using specflow I want to disable one of the features from running in parallel with others. Tried adding addNonParallelizableMarkerForTags field to specflow.json but it didn't work Would to have any other ideas how to do that
tnx