From 579fb204fd6bb7a744a8ac7b1e5b680f0a58164b Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Thu, 27 Jan 2022 19:15:45 +0100 Subject: [PATCH] Reenable Canton contract id tests (#12637) Should have done that in #12633 changelog_begin changelog_end --- ledger/ledger-api-test-tool-on-canton/BUILD.bazel | 3 --- 1 file changed, 3 deletions(-) diff --git a/ledger/ledger-api-test-tool-on-canton/BUILD.bazel b/ledger/ledger-api-test-tool-on-canton/BUILD.bazel index 779a7439f83e..c1924e6b5c54 100644 --- a/ledger/ledger-api-test-tool-on-canton/BUILD.bazel +++ b/ledger/ledger-api-test-tool-on-canton/BUILD.bazel @@ -87,9 +87,6 @@ conformance_test( "CommandDeduplicationIT:DeduplicateUsingOffsets", # disabled while Canton does not support the feature descriptors "CommandDeduplicationParallelIT", # can be re-enabled once canton exposes the feature descriptors "CommandDeduplicationPeriodValidationIT:OffsetPruned", # TODO https://github.com/DACH-NY/canton/issues/6301 - "ContractIdIT:RejectV0", # TODO Reenable after Canton changes error codes - "ContractIdIT:AcceptNonSuffixedV1Cid", - "ContractIdIT:AcceptSuffixedV1CidExerciseTarget", "DeeplyNestedValueIT", # FIXME: Too deeply nested values flake with a time out (half of the time) "RaceConditionIT:RWArchiveVsFailedLookupByKey", # finding a lookup failure after contract creation # dynamic config management not supported by Canton