From: Santiago Fernandez Madero Date: Tue, 1 Oct 2019 19:42:47 +0000 (-0700) Subject: Disable Save_SimpleSettings_Ok test in all platforms (dotnet/corefx#41477) X-Git-Tag: submit/tizen/20210909.063632~11031^2~380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=187495a19bbe710f07d1fbeeb7b84060e5ccf131;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable Save_SimpleSettings_Ok test in all platforms (dotnet/corefx#41477) Commit migrated from https://github.com/dotnet/corefx/commit/39cdcd49b65c642673f3c5eb229f6a1cede6a832 --- diff --git a/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs b/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs index f3e9eca..ee3f32f 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs +++ b/src/libraries/System.Configuration.ConfigurationManager/tests/System/Configuration/ApplicationSettingsBaseTests.cs @@ -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