Skip to content

Commit

Permalink
Use finally available test_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
bhack authored Oct 19, 2021
1 parent 778fc63 commit 4bdc226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bdc226

Please sign in to comment.