From 7d00b7f94802ae9396525a4e55b401e0a3d7050b Mon Sep 17 00:00:00 2001 From: AnakinRaW Date: Fri, 15 Mar 2024 12:32:04 +0100 Subject: [PATCH] remove test --- src/CommonUtilities.Registry/test/WindowsRegistryTest.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/CommonUtilities.Registry/test/WindowsRegistryTest.cs b/src/CommonUtilities.Registry/test/WindowsRegistryTest.cs index 0cdb9d5..4c6438a 100644 --- a/src/CommonUtilities.Registry/test/WindowsRegistryTest.cs +++ b/src/CommonUtilities.Registry/test/WindowsRegistryTest.cs @@ -26,13 +26,6 @@ public WindowsRegistryKeyTest() .OpenSubKey(SubKey)!; } - [PlatformSpecificFact(TestPlatformIdentifier.Linux)] - public void TestCreate_ThrowsPlatformNotSupportedException_Linux() - { - Assert.Throws(() => new WindowsRegistry()); - Assert.Throws(() => new WindowsRegistryKey(null!)); - } - [PlatformSpecificFact(TestPlatformIdentifier.Windows)] public void TestExists() {