aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-revocation.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-08-25 11:22:52 +0200
committerFlorian Dold <florian@dold.me>2023-08-25 11:22:52 +0200
commit3d6cff9c8400c2b5d1b5a0ce149656801b2300fe (patch)
treee614d213872769e90e640b0a8665246858ebe5e6 /packages/taler-harness/src/integrationtests/test-revocation.ts
parent6cc3fb3d0466e89b67be271009a2fc95f3ed41ca (diff)
downloadwallet-core-3d6cff9c8400c2b5d1b5a0ce149656801b2300fe.tar.xz
harness: modernize some tests, temporarily disable revocation test
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-revocation.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-revocation.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-revocation.ts b/packages/taler-harness/src/integrationtests/test-revocation.ts
index 0fbb4960e..04707e51a 100644
--- a/packages/taler-harness/src/integrationtests/test-revocation.ts
+++ b/packages/taler-harness/src/integrationtests/test-revocation.ts
@@ -213,3 +213,4 @@ export async function runRevocationTest(t: GlobalTestState) {
runRevocationTest.timeoutMs = 120000;
runRevocationTest.suites = ["wallet"];
+runRevocationTest.excludeByDefault = true; \ No newline at end of file