From 13797229cf33a7b7d3e9280447fa4d0ace73b9ff Mon Sep 17 00:00:00 2001 From: nicu-da Date: Fri, 26 Nov 2021 01:07:02 -0800 Subject: [PATCH] Adapt the compatibility exclusions (#11872) changelog_begin changelog_end --- compatibility/bazel_tools/testing.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compatibility/bazel_tools/testing.bzl b/compatibility/bazel_tools/testing.bzl index 2af18ae39a..b400cf5554 100644 --- a/compatibility/bazel_tools/testing.bzl +++ b/compatibility/bazel_tools/testing.bzl @@ -558,10 +558,10 @@ excluded_test_tool_tests = [ }, { # Completion offset included in the CommandService responses - "start": "1.18.0-snapshot.20211111.8349.0.d938a44c", + "start": "1.18.0-snapshot.20211117.8399.1", "platform_ranges": [ { - "end": "1.18.0-snapshot.20211111.8349.0.d938a44c ", + "end": "1.18.0-snapshot.20211117.8399.1", "exclusions": [ "CommandServiceIT:CSsubmitAndWaitCompletionOffset", ],