summaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-kyc.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-18 19:58:30 +0100
committerFlorian Dold <florian@dold.me>2023-01-18 19:58:30 +0100
commit785f8163ca140532ab3604826dc790b7cec2f36d (patch)
tree902649353e21c37b0fa2abd2edd22b85f235ea3a /packages/taler-harness/src/integrationtests/test-kyc.ts
parent598de5b0d576987ea317b22fd6d33cbe4a1a19ac (diff)
downloadwallet-core-785f8163ca140532ab3604826dc790b7cec2f36d.tar.gz
wallet-core-785f8163ca140532ab3604826dc790b7cec2f36d.tar.bz2
wallet-core-785f8163ca140532ab3604826dc790b7cec2f36d.zip
harness: mark some tests as experimental
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-kyc.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-kyc.ts2
1 files changed, 2 insertions, 0 deletions
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