Mark interactive test with `[Explicit]`

This commit is contained in:
Susko3 2024-12-31 02:57:20 +01:00
parent 3a0f3844b7
commit 4ee7f7e617
1 changed files with 2 additions and 0 deletions

View File

@ -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;