I came across the same situation, where I don't want the test report to say pass for fail for that particular test. I tried Assert.Warn("This scenario not required") which is helping me identify the test which were not executed. - @BernardV
Assert.Warn("This scenario not required")