libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit a0c46719aa8b4ce1e50c709a6f46e983354336af
parent a8413e5315b078a1833beb597de400ad1dbfe2ee
Author: MS <ms@taler.net>
Date:   Wed, 18 Jan 2023 22:45:56 +0100

Ignoring test without assert.

Diffstat:
Mutil/src/test/kotlin/StartServerTest.kt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/util/src/test/kotlin/StartServerTest.kt b/util/src/test/kotlin/StartServerTest.kt @@ -5,6 +5,7 @@ import tech.libeufin.sandbox.sandboxApp import tech.libeufin.util.StartServerOptions import tech.libeufin.util.startServerWithIPv4Fallback +@Ignore class StartServerTest { @Test fun sandboxStart() {