Skip to content

Commit 05e4b5d

Browse files
committed
fixe
[ci] Signed-off-by: Moritz Kiefer <[email protected]>
1 parent fbda1fb commit 05e4b5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/LocalNetFrontendIntegrationTest.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ class LocalNetFrontendIntegrationTest
1313
override def environmentDefinition: SpliceEnvironmentDefinition =
1414
EnvironmentDefinition.empty(this.getClass.getSimpleName)
1515

16+
// This does nothing as the wallet clients will not actually be connected to the compose setup
17+
override protected def runTokenStandardCliSanityCheck: Boolean = false
18+
1619
override lazy val resetRequiredTopologyState = false
1720

1821
val partyHint = "localnet-localparty-1"

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/SvOnboardingConfigIntegrationTest.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import org.lfdecentralizedtrust.splice.util.SvTestUtil
66

77
/** Integration test that onboards an SV then starts a clone without the onboarding config.
88
*/
9+
@org.lfdecentralizedtrust.splice.util.scalatesttags.NoDamlCompatibilityCheck
910
class SvOnboardingConfigIntegrationTest extends IntegrationTest with SvTestUtil {
1011

1112
override def environmentDefinition: SpliceEnvironmentDefinition =

0 commit comments

Comments
 (0)