From 3ee3ab3cedf64ea643055a5b99ae5d35385ea037 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 Sep 2023 13:43:46 +0200 Subject: harness: remove excludeByDefault --- packages/taler-harness/src/integrationtests/test-revocation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-harness/src/integrationtests/test-revocation.ts') 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; -- cgit v1.2.3