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 Apr 25, 2024
1 parent 26de22c commit 743828d
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 @@ -296,7 +296,7 @@ daml_compile(
)
for edition in [
"ce",
#"ee",
"ee",
]
]

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

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

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

Expand Down

0 comments on commit 743828d

Please sign in to comment.