Skip to content

Commit

Permalink
test(integration): exclude consistently failing tests
Browse files Browse the repository at this point in the history
excluding CommandDeduplicationIT:CDSimpleDeduplicationCommandClient CommandDeduplicationIT:CDSimpleDeduplication PackageServiceIT:PackagesList TransactionServiceIT:TXFlatSubsetOfTrees TransactionServiceIT:TXFlatWitnessesSubsetOfTrees

Signed-off-by: Kevin O'Donnell <[email protected]>
  • Loading branch information
scealiontach committed Jul 20, 2020
1 parent 17d91dd commit 1d2e750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/daml-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ services:
entrypoint: "bash -xc \"\
sleep 90 && \
java -jar ledger-api-test-tool.jar \
--exclude=CommandDeduplicationIT:CDSimpleDeduplicationCommandClient,CommandDeduplicationIT:CDSimpleDeduplication,PackageServiceIT:PackagesList,TransactionServiceIT:TXFlatSubsetOfTrees,TransactionServiceIT:TXFlatWitnessesSubsetOfTrees
--timeout-scale-factor 10 \
--concurrent-test-runs 2 \
daml-rpc:9000 \""
Expand Down

0 comments on commit 1d2e750

Please sign in to comment.