aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-revocation.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-06 13:43:46 +0200
committerFlorian Dold <florian@dold.me>2023-09-06 13:43:46 +0200
commit3ee3ab3cedf64ea643055a5b99ae5d35385ea037 (patch)
treed69becc4f3f9043386711badc7639aef03f301e8 /packages/taler-harness/src/integrationtests/test-revocation.ts
parent013252efdeeb410b249ce33fc37ac90dbbf663c6 (diff)
downloadwallet-core-3ee3ab3cedf64ea643055a5b99ae5d35385ea037.tar.xz
harness: remove excludeByDefault
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-revocation.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-revocation.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-revocation.ts b/packages/taler-harness/src/integrationtests/test-revocation.ts
index 233780674..0cb6987ad 100644
--- a/packages/taler-harness/src/integrationtests/test-revocation.ts
+++ b/packages/taler-harness/src/integrationtests/test-revocation.ts
@@ -233,4 +233,4 @@ export async function runRevocationTest(t: GlobalTestState) {
runRevocationTest.timeoutMs = 120000;
runRevocationTest.suites = ["wallet"];
-runRevocationTest.excludeByDefault = true;
+runRevocationTest.experimental = true;