Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-build' into fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Feb 17, 2025
1 parent 24e3e1d commit 194c9de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import kotlin.test.Ignore

class DidCheqdRegistrarTest : DidRegistrarTestBase(DidCheqdRegistrar()) {

@Ignore
@Ignore // FIXME: CHEQD registrar returns "e.g. ..." instaed of actual secret
@ParameterizedTest
@MethodSource
override fun `given did options with no key when register then returns a valid did result`(
Expand All @@ -26,7 +26,7 @@ class DidCheqdRegistrarTest : DidRegistrarTestBase(DidCheqdRegistrar()) {
super.`given did options with no key when register then returns a valid did result`(options, assert)
}

@Ignore
@Ignore // FIXME: CHEQD registrar returns "e.g. ..." instaed of actual secret
@ParameterizedTest
@MethodSource
override fun `given did options and key when register with key then returns a valid did result`(
Expand Down

0 comments on commit 194c9de

Please sign in to comment.