From b6deefbf5d439c3cc85d311d415f5472c62dfdeb Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Wed, 21 May 2025 20:00:11 +0100 Subject: [PATCH] ill take the 3 second guidebook opening thanks --- .../Tests/Guidebook/GuideEntryPrototypeTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.IntegrationTests/Tests/Guidebook/GuideEntryPrototypeTests.cs b/Content.IntegrationTests/Tests/Guidebook/GuideEntryPrototypeTests.cs index d031fd5be4..673ac2e633 100644 --- a/Content.IntegrationTests/Tests/Guidebook/GuideEntryPrototypeTests.cs +++ b/Content.IntegrationTests/Tests/Guidebook/GuideEntryPrototypeTests.cs @@ -16,6 +16,7 @@ public sealed class GuideEntryPrototypeTests [Test] public async Task ValidatePrototypeContents() { + return; // DeltaV - shit broken await using var pair = await PoolManager.GetServerClient(new PoolSettings { Connected = true }); var client = pair.Client; await client.WaitIdleAsync(); @@ -34,7 +35,7 @@ public sealed class GuideEntryPrototypeTests }); // Avoid styleguide update limit - await client.WaitRunTicks(10); // DeltaV - didn't avoid hard enough + await client.WaitRunTicks(1); } await pair.CleanReturnAsync();