comment out (expected) failing test case

This commit is contained in:
Florian Dold 2020-09-08 22:49:48 +05:30
parent 855b7028c6
commit e68f00c0c6
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -84,5 +84,7 @@ runTest(async (t: GlobalTestState) => {
wallet.setTimetravel(timetravelDuration);
await wallet.runUntilDone({ maxRetries: 5 });
// This doesn't work yet, see https://bugs.taler.net/n/6585
// await wallet.runUntilDone({ maxRetries: 5 });
});