diff --git a/compatibility/bazel_tools/testing.bzl b/compatibility/bazel_tools/testing.bzl index f0148076cfd7..d673c809bf13 100644 --- a/compatibility/bazel_tools/testing.bzl +++ b/compatibility/bazel_tools/testing.bzl @@ -453,6 +453,7 @@ excluded_test_tool_tests = [ "SemanticTests:SemanticDoubleSpendSameTx", "SemanticTests:SemanticPartialSignatories", "SemanticTests:SemanticAcceptOnBehalf", + "DeeplyNestedValueIT", ], }, ], diff --git a/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/suites/LedgerConfigurationServiceIT.scala b/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/suites/LedgerConfigurationServiceIT.scala index a6666c84755b..04ed03b45119 100644 --- a/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/suites/LedgerConfigurationServiceIT.scala +++ b/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/suites/LedgerConfigurationServiceIT.scala @@ -87,7 +87,7 @@ class LedgerConfigurationServiceIT extends LedgerTestSuite { LedgerApiErrors.CommandValidation.InvalidField, Some( Pattern.compile( - "The given deduplication duration .+ exceeds the maximum deduplication time of .+" + "The given deduplication .+ exceeds the maximum deduplication .+" ) ), )