mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Use finally available test_filter
This commit is contained in:
parent
778fc6369f
commit
4bdc2265d5
|
|
@ -216,7 +216,7 @@ There are two ways to run TensorFlow unit tests.
|
|||
(Requires `python>=3.7`)
|
||||
|
||||
```bash
|
||||
bazel test ${flags} //tensorflow/python/saved_model:load_test --test_arg=-- --test_arg=-k=*LoadTest.test_capture_variables*
|
||||
bazel test ${flags} //tensorflow/python/saved_model:load_test --test_filter=*LoadTest.test_capture_variables*
|
||||
```
|
||||
|
||||
**Note:** You can add `--test_sharding_strategy=disabled` to the `flags` to disable the
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user