Skip to content

Commit

Permalink
Exclude/fix compatibility tests (#11529)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
hubert-da authored Nov 4, 2021
1 parent 699c28f commit 4450311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions compatibility/bazel_tools/testing.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ excluded_test_tool_tests = [
"SemanticTests:SemanticDoubleSpendSameTx",
"SemanticTests:SemanticPartialSignatories",
"SemanticTests:SemanticAcceptOnBehalf",
"DeeplyNestedValueIT",
],
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class LedgerConfigurationServiceIT extends LedgerTestSuite {
expectedError,
Some(
Pattern.compile(
"The given deduplication duration .+ exceeds the maximum deduplication time of .+"
"The given deduplication .+ exceeds the maximum deduplication .+"
)
),
)
Expand Down

0 comments on commit 4450311

Please sign in to comment.