Skip to content

Commit

Permalink
Add platform specific attribute to failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Nov 9, 2021
1 parent fee2493 commit 41610f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Wororo.Utilities.UnitTests/FileExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public void TestCleanFileName() {
}

[Test]
[Platform(Exclude = "Linux,Unix,MacOsX")]
public void TestCleanFileNameInvalidChars()
{
Assert.AreEqual("Single1.CFG", "Single1.CFG".CleanFileNameInvalidChars());
Expand Down

0 comments on commit 41610f2

Please sign in to comment.