From a2904a1aef82e051701921d20536364a63102e90 Mon Sep 17 00:00:00 2001 From: Tim <47110241+timunie@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:29:17 +0100 Subject: [PATCH] Apply Review suggestion Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- tests/Avalonia.RenderTests/Media/RenderTargetBitmapTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Avalonia.RenderTests/Media/RenderTargetBitmapTests.cs b/tests/Avalonia.RenderTests/Media/RenderTargetBitmapTests.cs index 83c171fdf5..d213bde3b5 100644 --- a/tests/Avalonia.RenderTests/Media/RenderTargetBitmapTests.cs +++ b/tests/Avalonia.RenderTests/Media/RenderTargetBitmapTests.cs @@ -1,3 +1,4 @@ +#if AVALONIA_SKIA using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Controls.Shapes; @@ -51,3 +52,4 @@ public class RenderTargetBitmapTests : TestBase CompareImages(); } } +#endif