From f43dbd37fcceefb124a8d3efcd883461b01feb92 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Wed, 14 Feb 2024 13:03:13 -0600 Subject: [PATCH] Mark Windows-specific test as Windows-specific --- Tests/Core/ModuleInstallerDirTest.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tests/Core/ModuleInstallerDirTest.cs b/Tests/Core/ModuleInstallerDirTest.cs index beef941ced..9f93097f1e 100644 --- a/Tests/Core/ModuleInstallerDirTest.cs +++ b/Tests/Core/ModuleInstallerDirTest.cs @@ -146,9 +146,11 @@ public void TestSlashVariants() } /// - /// Try to add the same path with multiple casings, ensure no PathErrorKraken + /// Try to add the same path with multiple casings, ensure no PathErrorKraken. + /// Only runs on Windows because filesystem paths are case sensitive on Unix. /// [Test] + [Platform("Win")] public void TestCaseSensitivity() { var paths = new HashSet()