mark clause schnorr test as experimental

This commit is contained in:
Florian Dold 2022-10-24 09:59:12 +02:00
parent ca50e75c52
commit fb52ced35a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -93,5 +93,5 @@ export async function runClauseSchnorrTest(t: GlobalTestState) {
await wallet.runUntilDone();
}
runClauseSchnorrTest.suites = ["wallet"];
runClauseSchnorrTest.suites = ["experimental-wallet"];
runClauseSchnorrTest.excludeByDefault = true;