From 785f8163ca140532ab3604826dc790b7cec2f36d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 18 Jan 2023 19:58:30 +0100 Subject: harness: mark some tests as experimental --- packages/taler-harness/src/integrationtests/test-kyc.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-harness/src/integrationtests/test-kyc.ts') diff --git a/packages/taler-harness/src/integrationtests/test-kyc.ts b/packages/taler-harness/src/integrationtests/test-kyc.ts index 40474fb6f..c59b2e8df 100644 --- a/packages/taler-harness/src/integrationtests/test-kyc.ts +++ b/packages/taler-harness/src/integrationtests/test-kyc.ts @@ -202,3 +202,5 @@ export async function runKycTest(t: GlobalTestState) { } runKycTest.suites = ["wallet"]; +// See bugs.taler.net/n/7599 +runKycTest.experimental = true; \ No newline at end of file -- cgit v1.2.3