diff --git a/compatibility/bazel_tools/testing.bzl b/compatibility/bazel_tools/testing.bzl index 5863fab50a..7a1b3129cd 100644 --- a/compatibility/bazel_tools/testing.bzl +++ b/compatibility/bazel_tools/testing.bzl @@ -350,6 +350,18 @@ excluded_test_tool_tests = [ ], }, { + "end": last_nongranular_test_tool, + "platform_ranges": [ + { + "start": "1.17.0-snapshot.20210831.7702.1.f058c2f1", + "exclusions": [ + "CommandServiceIT", + ], + }, + ], + }, + { + "start": first_granular_test_tool, "end": "1.17.0-snapshot.20210831.7702.0.f058c2f1", "platform_ranges": [ {