Closed
Description
From #2200 - if an invalid platform name is passed into PlatformAttribute, the test is currently skipped - the same as if a platform the test is not currently running on was passed in.
An invalid platform name would always be a mistake, so in my opinion should mark the test NotRunnable, and fail the test run.
Thoughts?