From a3730e955d8a35ebbee77503161255f7b2fe11fc Mon Sep 17 00:00:00 2001 From: Fabio Tudone Date: Mon, 4 Oct 2021 14:17:21 +0200 Subject: [PATCH] Don't cross-test this ledger API test tool with existing versions --- compatibility/bazel_tools/testing.bzl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/compatibility/bazel_tools/testing.bzl b/compatibility/bazel_tools/testing.bzl index 4217614a8c63..30e139fd25a3 100644 --- a/compatibility/bazel_tools/testing.bzl +++ b/compatibility/bazel_tools/testing.bzl @@ -435,6 +435,19 @@ excluded_test_tool_tests = [ }, ], }, + { + "start": "1.18.0-snapshot.20210928.7948.1", + "platform_ranges": [ + { + "end": "1.18.0-snapshot.20210928.7948.0.b4d00317", + "exclusions": [ + "KVCommandDeduplicationIT:KVCommandDeduplicationDeduplicateSubmitterBasic", + "KVCommandDeduplicationIT:KVCommandDeduplicationSimpleDeduplicationBasic", + "KVCommandDeduplicationIT:KVCommandDeduplicationCommitterDeduplication", + ], + }, + ], + }, ] def in_range(version, range):