run ledger-api-integration-tests exclusively (#1018)

might help with #1012
This commit is contained in:
Francesco Mazzoli 2019-05-08 19:43:01 +02:00 committed by mergify[bot]
parent decd74d57a
commit 5b1e82b4ef

View File

@ -64,6 +64,10 @@ da_scala_test_suite(
data = [
"//ledger/sandbox:Test.dar",
],
# this test suite is very intensive, long, and relying on timeouts. Moreover,
# the test suite already parallelizes each scala test, so we'll still be busy
# only with this one.
tags = ["exclusive"],
deps = [
":ledger-api-integration-tests-lib",
] + dependencies,