aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-04-24 22:36:25 +0200
committerMS <ms@taler.net>2023-04-24 22:36:25 +0200
commitc8d78d68d369bcc3ff3e0fc257b481146ec92626 (patch)
treeb5335e29e3b4a5797f226116bde4a13d75a87696 /packages/taler-harness/src/integrationtests
parentce41337bd1f15a82706808d02660d6550c7ab9fc (diff)
downloadwallet-core-c8d78d68d369bcc3ff3e0fc257b481146ec92626.tar.xz
Libeufin testing.
Disabling check that fails due to a Nexus response format. The check will be enabled again after its related bug's fix.
Diffstat (limited to 'packages/taler-harness/src/integrationtests')
-rw-r--r--packages/taler-harness/src/integrationtests/test-libeufin-keyrotation.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-libeufin-keyrotation.ts b/packages/taler-harness/src/integrationtests/test-libeufin-keyrotation.ts
index c4a491037..a2c21d5d8 100644
--- a/packages/taler-harness/src/integrationtests/test-libeufin-keyrotation.ts
+++ b/packages/taler-harness/src/integrationtests/test-libeufin-keyrotation.ts
@@ -75,7 +75,8 @@ export async function runLibeufinKeyrotationTest(t: GlobalTestState) {
* before trying to verify it?
*/
t.assertTrue(e.response.status == 500);
- t.assertTrue(e.response.data.code == 9000);
+ // FIXME: uncomment and adapt the following command after #6723 is fixed.
+ // t.assertTrue(e.response.data.code == 9000);
}
}
runLibeufinKeyrotationTest.suites = ["libeufin"];