diff options
author | Florian Dold <florian@dold.me> | 2023-09-06 13:43:46 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-09-06 13:43:46 +0200 |
commit | 3ee3ab3cedf64ea643055a5b99ae5d35385ea037 (patch) | |
tree | d69becc4f3f9043386711badc7639aef03f301e8 /packages/taler-harness/src/integrationtests/test-revocation.ts | |
parent | 013252efdeeb410b249ce33fc37ac90dbbf663c6 (diff) |
harness: remove excludeByDefault
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-revocation.ts')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-revocation.ts | 2 |
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; |