Skip to content

Commit

Permalink
Fix compatibility exclusions introduced by #11095
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
fabiotudone-da committed Oct 6, 2021
1 parent 261d4db commit b6dfce8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions compatibility/bazel_tools/testing.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -481,13 +481,25 @@ 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": [
{
"start": "1.18.0-snapshot.20210928.7948.1",
"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",
],
},
Expand Down

0 comments on commit b6dfce8

Please sign in to comment.