commit ad46372fee8088d94f74b502c083989117695056 parent d7f86eb62aff1627279eaf62b08e6f7613eccdc5 Author: Florian Dold <dold@taler.net> Date: Mon, 27 Jul 2026 17:38:59 +0200 harness: mark the AML reproducer tests as todo Diffstat:
5 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/packages/taler-harness/src/integrationtests/test-tops-aml-expired-successor.ts b/packages/taler-harness/src/integrationtests/test-tops-aml-expired-successor.ts @@ -214,3 +214,5 @@ export async function runTopsAmlExpiredSuccessorTest(t: GlobalTestState) { runTopsAmlExpiredSuccessorTest.suites = ["wallet"]; runTopsAmlExpiredSuccessorTest.timeoutMs = 120000; +// The bug this test reproduces is in the exchange, not in the wallet. +runTopsAmlExpiredSuccessorTest.todo = true; diff --git a/packages/taler-harness/src/integrationtests/test-tops-aml-null-current-rules.ts b/packages/taler-harness/src/integrationtests/test-tops-aml-null-current-rules.ts @@ -181,3 +181,5 @@ export async function runTopsAmlNullCurrentRulesTest(t: GlobalTestState) { runTopsAmlNullCurrentRulesTest.suites = ["wallet"]; runTopsAmlNullCurrentRulesTest.timeoutMs = 120000; +// The bug this test reproduces is in the exchange, not in the wallet. +runTopsAmlNullCurrentRulesTest.todo = true; diff --git a/packages/taler-harness/src/integrationtests/test-tops-aml-p2p-fresh-wallet.ts b/packages/taler-harness/src/integrationtests/test-tops-aml-p2p-fresh-wallet.ts @@ -237,3 +237,5 @@ async function doPeerPushDebit( runTopsAmlP2pFreshWalletTest.suites = ["wallet"]; runTopsAmlP2pFreshWalletTest.timeoutMs = 120000; +// The bug this test reproduces is in the exchange, not in the wallet. +runTopsAmlP2pFreshWalletTest.todo = true; diff --git a/packages/taler-harness/src/integrationtests/test-tops-aml-sanction-preserves-rules.ts b/packages/taler-harness/src/integrationtests/test-tops-aml-sanction-preserves-rules.ts @@ -323,3 +323,5 @@ async function doPeerPushDebit( runTopsAmlSanctionPreservesRulesTest.suites = ["wallet"]; runTopsAmlSanctionPreservesRulesTest.timeoutMs = 120000; +// The bug this test reproduces is in the exchange, not in the wallet. +runTopsAmlSanctionPreservesRulesTest.todo = true; diff --git a/packages/taler-harness/src/integrationtests/test-tops-aml-stale-validation.ts b/packages/taler-harness/src/integrationtests/test-tops-aml-stale-validation.ts @@ -231,3 +231,5 @@ async function doPeerPushDebit( runTopsAmlStaleValidationTest.suites = ["wallet"]; runTopsAmlStaleValidationTest.timeoutMs = 120000; +// The bug this test reproduces is in the exchange, not in the wallet. +runTopsAmlStaleValidationTest.todo = true;