You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Add option to skip certain tests - useful when a few tests are broken and we need to skip them to gain visibility in other unit tests. This usually happens on our CPU unit tests, so only modifying this script.
To use, simply add the name of the tests to skip in this txt file. such as:
```
test_sharding_fused_ebc_as_top_level
```
You can also use the class name for the test: e.g.
```
ModelParallelSparseOnlyTestGloo
```
Differential Revision: D72815908
0 commit comments