* Disable GetPropertyValues_NotStoredProperty_ValueEqualsNull test
* Disable the other test as well
Commit migrated from https://github.com/dotnet/corefx/commit/
3c13f6e53bd57db3a75c8ddbbf2be6b3b6b7c934
["SettingsKey"] = "SettingsKeyFoo"
};
+ [ActiveIssue(37364)]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotNetNativeRunningAsConsoleApp))]
public void GetPropertyValues_NotStoredProperty_ValueEqualsNull()
{
Assert.Equal(null, propertyValues["PropertyName"].PropertyValue);
}
+ [ActiveIssue(37364)]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotNetNativeRunningAsConsoleApp))]
public void GetPropertyValues_NotStoredConnectionStringProperty_ValueEqualsEmptyString()
{
Assert.Equal(string.Empty, propertyValues["PropertyName"].PropertyValue);
}
}
-}
\ No newline at end of file
+}