Skip to content

Commit

Permalink
compatibility: Disable MultiParticipantIT for old versions. (#12526)
Browse files Browse the repository at this point in the history
They don't support the `definite_answer` gRPC error metadata entry.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
SamirTalwar authored Jan 21, 2022
1 parent 2deeabf commit f5d7821
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 @@ -687,6 +687,18 @@ excluded_test_tool_tests = [
},
],
},
{
# The test requires the "definite_answer" gRPC error metadata entry, which is not present in old releases.
"start": "2.0.0-snapshot.20220118.8919.1",
"platform_ranges": [
{
"end": "1.16.0",
"exclusions": [
"MultiPartySubmissionIT",
],
},
],
},
]

def in_range(version, range):
Expand Down

0 comments on commit f5d7821

Please sign in to comment.