Skip to content

Commit

Permalink
Don't cross-test this ledger API test tool with existing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiotudone-da committed Oct 4, 2021
1 parent 344f426 commit a3730e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions compatibility/bazel_tools/testing.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a3730e9

Please sign in to comment.