Disable Save_SimpleSettings_Ok test in all platforms (dotnet/corefx#41477)
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 1 Oct 2019 19:42:47 +0000 (12:42 -0700)
committerStephen Toub <stoub@microsoft.com>
Tue, 1 Oct 2019 19:42:47 +0000 (15:42 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/39cdcd49b65c642673f3c5eb229f6a1cede6a832

src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs

index f3e9eca..ee3f32f 100644 (file)
@@ -102,7 +102,7 @@ namespace System.ConfigurationTests
         [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer)),
             InlineData(true),
             InlineData(false)]
-        [ActiveIssue("https://github.com/dotnet/corefx/issues/35668", TestPlatforms.AnyUnix)]
+        [ActiveIssue("https://github.com/dotnet/corefx/issues/35668")]
         public void Save_SimpleSettings_Ok(bool isSynchronized)
         {
             PersistedSimpleSettings settings = isSynchronized