Fix exclusions for command service tests (#10777)

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2021-09-06 10:54:43 +02:00 committed by GitHub
parent c4e0a755d4
commit 23b0fe7ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,6 +350,18 @@ excluded_test_tool_tests = [
],
},
{
"end": last_nongranular_test_tool,
"platform_ranges": [
{
"start": "1.17.0-snapshot.20210831.7702.1.f058c2f1",
"exclusions": [
"CommandServiceIT",
],
},
],
},
{
"start": first_granular_test_tool,
"end": "1.17.0-snapshot.20210831.7702.0.f058c2f1",
"platform_ranges": [
{