xla icon indicating copy to clipboard operation
xla copied to clipboard

Add `-windows_excluded` to TF build/test tag filters

Open copybara-service[bot] opened this issue 2 years ago • 0 comments

Add -windows_excluded to TF build/test tag filters

Currently, no_windows is used to exclude a test from running in the windows environment. However, it is difficult to distinguish between temporary and permanent exclusions. For example, a test may be disabled temporarily if it is broken, or it may be designed to not run on windows environment permanently. To address this issue, we introduce a new tag windows_excluded for platform exclusion design. no_windows will now be considered to disable broken tests, while windows_excluded will be used to permanently exclude a test from running on windows environment.

copybara-service[bot] avatar Mar 09 '23 00:03 copybara-service[bot]