Exclude dedup tests affected by current changes (#11471)

CHANGELOG_BEGIN

CHANGELOG_END
This commit is contained in:
nicu-da 2021-10-29 12:28:56 -07:00 committed by GitHub
parent 45beaf7aac
commit df65d02c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,7 +536,10 @@ excluded_test_tool_tests = [
{
"end": "1.18.0-snapshot.20211026.8179.0.e474b2d1",
"exclusions": [
# Exclude dedup tests due to large number of changes (removed participant deduplication, switch to append-only schema, changes in deduplication duration)
"KVCommandDeduplicationIT:KVCommandDeduplicationSimpleDeduplicationMixedClients",
"KVCommandDeduplicationIT:KVCommandDeduplicationDeduplicateSubmitterBasic",
"KVCommandDeduplicationIT:KVCommandDeduplicationSimpleDeduplicationBasic",
"CommandDeduplicationIT", # Latest version of the test is dependent on having the submission id populated
],
},