Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnakinRaW committed Mar 15, 2024
1 parent 34ecd79 commit 7d00b7f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/CommonUtilities.Registry/test/WindowsRegistryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ public WindowsRegistryKeyTest()
.OpenSubKey(SubKey)!;
}

[PlatformSpecificFact(TestPlatformIdentifier.Linux)]
public void TestCreate_ThrowsPlatformNotSupportedException_Linux()
{
Assert.Throws<PlatformNotSupportedException>(() => new WindowsRegistry());
Assert.Throws<PlatformNotSupportedException>(() => new WindowsRegistryKey(null!));
}

[PlatformSpecificFact(TestPlatformIdentifier.Windows)]
public void TestExists()
{
Expand Down

0 comments on commit 7d00b7f

Please sign in to comment.