From 4ee7f7e617c7cd7b7d8b14c50f5a64bd5a06db1f Mon Sep 17 00:00:00 2001 From: Susko3 Date: Tue, 31 Dec 2024 02:57:20 +0100 Subject: [PATCH] Mark interactive test with `[Explicit]` --- SDL3-CS.Tests/TestPositionalInputVisualisation.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SDL3-CS.Tests/TestPositionalInputVisualisation.cs b/SDL3-CS.Tests/TestPositionalInputVisualisation.cs index 1515d83..51e3c87 100644 --- a/SDL3-CS.Tests/TestPositionalInputVisualisation.cs +++ b/SDL3-CS.Tests/TestPositionalInputVisualisation.cs @@ -2,10 +2,12 @@ // See the LICENCE file in the repository root for full licence text. using System.Drawing; +using NUnit.Framework; using static SDL.SDL3; namespace SDL.Tests { + [Explicit("Uses an interactive window.")] public unsafe class TestPositionalInputVisualisation : MainCallbacksTest { private SDL_Window* window;