mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
Don't test KV-based command deduplication with static time as it's broken
This commit is contained in:
parent
51563af437
commit
3dac41aa6c
@ -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",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user