diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 068ce6a840..9c92cf6f95 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -139,9 +139,3 @@ ```sh bazel run //test/integration:update_redis ``` - -- Update all integration test golden files. - - ```sh - bazel run $(bazel query //test/integration/... | grep :update_) - ```