Add "only_windows" marker for unit tests (#45979)
This commit is contained in:
@@ -15,3 +15,4 @@ markers =
|
||||
enable_compiler_execution: enable compiler execution to detect link paths and libc
|
||||
disable_clean_stage_check: avoid failing tests if there are leftover files in the stage area
|
||||
not_on_windows: mark tests that are skipped on Windows
|
||||
only_windows: mark tests that are skipped everywhere but Windows
|
||||
|
||||
Reference in New Issue
Block a user