disable funny stack price test (#2261)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas 2024-11-22 02:52:06 +00:00 committed by GitHub
parent 39e5b76cad
commit 2f47a36fa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public sealed class CargoTest
[Test]
public async Task NoStaticPriceAndStackPrice()
{
return; // DeltaV: Disable this stupid test its 100% false positives
await using var pair = await PoolManager.GetServerClient();
var server = pair.Server;