Skip to content

Commit

Permalink
Revert 'disable known-broken json-api ee tests'
Browse files Browse the repository at this point in the history
This reverts commit fe5f33f.

run-all-tests: true
  • Loading branch information
simonmaxen-da committed May 16, 2024
1 parent 32897cd commit 50bf364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sdk/ledger-service/http-json-oracle/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ da_scala_library(
"//test-common/canton/it-lib",
"@maven//:org_scalatest_scalatest_compatible",
],
) if False else []
)

da_scala_test_suite(
name = "integration-tests",
Expand Down Expand Up @@ -125,4 +125,4 @@ da_scala_test_suite(
"//test-common/canton/it-lib",
"@maven//:org_scalatest_scalatest_compatible",
],
) if False else []
)
8 changes: 4 additions & 4 deletions sdk/ledger-service/http-json/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ daml_compile(
)
for edition in [
"ce",
#"ee",
"ee",
]
]

Expand Down Expand Up @@ -404,7 +404,7 @@ alias(
)
for edition in [
"ce",
#"ee",
"ee",
]
]

Expand Down Expand Up @@ -466,7 +466,7 @@ alias(
)
for edition in [
"ce",
#"ee",
"ee",
]
]

Expand Down Expand Up @@ -563,7 +563,7 @@ alias(
)
for edition in [
"ce",
#"ee",
"ee",
]
]

Expand Down

0 comments on commit 50bf364

Please sign in to comment.