Don't test KV-based command deduplication with static time as it's broken

This commit is contained in:
Fabio Tudone 2021-10-04 09:54:35 +02:00
parent 51563af437
commit 3dac41aa6c

View File

@ -285,7 +285,12 @@ server_conformance_test(
servers = NEXT_SERVERS,
test_tool_args = [
"--open-world",
"--exclude=CommandDeduplicationIT", # It's a KV ledger so it needs the KV variant
# Command deduplication doesn't work with static time
"--exclude=CommandDeduplicationIT",
"--exclude=CommandServiceIT:CSduplicateSubmitAndWaitBasic",
"--exclude=CommandServiceIT:CSduplicateSubmitAndWaitForTransactionId",
"--exclude=CommandServiceIT:CSduplicateSubmitAndWaitForTransactionData",
"--exclude=CommandServiceIT:CSduplicateSubmitAndWaitForTransactionTree",
"--exclude=ClosedWorldIT",
],
)