From b6dfce8079db563a1fb8bf9cd618d3fd57dc159b Mon Sep 17 00:00:00 2001 From: Fabio Tudone Date: Wed, 6 Oct 2021 11:59:25 +0200 Subject: [PATCH] Fix compatibility exclusions introduced by #11095 CHANGELOG_BEGIN CHANGELOG_END --- compatibility/bazel_tools/testing.bzl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/compatibility/bazel_tools/testing.bzl b/compatibility/bazel_tools/testing.bzl index 2a34ddf1365c..84db70e147d6 100644 --- a/compatibility/bazel_tools/testing.bzl +++ b/compatibility/bazel_tools/testing.bzl @@ -481,6 +481,7 @@ excluded_test_tool_tests = [ ], }, { + "start": "1.17.0-snapshot.20210910.7786.0.976ca400", # The first version these tests appeared "end": "1.18.0-snapshot.20210928.7948.0.b4d00317", "platform_ranges": [ { @@ -488,6 +489,17 @@ excluded_test_tool_tests = [ "exclusions": [ "KVCommandDeduplicationIT:KVCommandDeduplicationDeduplicateSubmitterBasic", "KVCommandDeduplicationIT:KVCommandDeduplicationSimpleDeduplicationBasic", + ], + }, + ], + }, + { + "start": "1.17.0-snapshot.20210915.7841.0.b4328b3d", # The first version this test appeared + "end": "1.18.0-snapshot.20210928.7948.0.b4d00317", + "platform_ranges": [ + { + "start": "1.18.0-snapshot.20210928.7948.1", + "exclusions": [ "KVCommandDeduplicationIT:KVCommandDeduplicationCommitterDeduplication", ], },