taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 55ee50017ec306daa51378b98ba536482672e99d
parent 37abe0fc0f496e5cfde074ad97a44499e2fad8c3
Author: Florian Dold <florian@dold.me>
Date:   Thu,  9 Jan 2025 11:37:30 +0100

remove obsolete test

Diffstat:
Mpackages/taler-harness/src/integrationtests/testrunner.ts | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/packages/taler-harness/src/integrationtests/testrunner.ts b/packages/taler-harness/src/integrationtests/testrunner.ts @@ -151,7 +151,6 @@ import { runWithdrawalFeesTest } from "./test-withdrawal-fees.js"; import { runWithdrawalFlexTest } from "./test-withdrawal-flex.js"; import { runWithdrawalHandoverTest } from "./test-withdrawal-handover.js"; import { runWithdrawalHugeTest } from "./test-withdrawal-huge.js"; -import { runWithdrawalIbanQrTest } from "./test-withdrawal-iban-qr.js"; import { runWithdrawalIdempotentTest } from "./test-withdrawal-idempotent.js"; import { runWithdrawalManualTest } from "./test-withdrawal-manual.js"; import { runWithdrawalPrepareTest } from "./test-withdrawal-prepare.js"; @@ -299,7 +298,6 @@ const allTests: TestMainFunction[] = [ runKycAmpFailureTest, runPeerPushAbortTest, runWithdrawalCashacceptorTest, - runWithdrawalIbanQrTest, ]; export interface TestRunSpec {