Skip to content

Commit

Permalink
Mark Windows-specific test as Windows-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Feb 14, 2024
1 parent dc2f945 commit f43dbd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/Core/ModuleInstallerDirTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,11 @@ public void TestSlashVariants()
}

/// <summary>
/// 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.
/// </summary>
[Test]
[Platform("Win")]
public void TestCaseSensitivity()
{
var paths = new HashSet<string>()
Expand Down

0 comments on commit f43dbd3

Please sign in to comment.