Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiayi Li <v-lijiay@microsoft.com>2017-05-08 12:43:56 +0300
committerSantiago Fernandez Madero <safern@microsoft.com>2017-05-08 12:43:56 +0300
commit5efe9f60ffe252496ca6cf98cb94e29b7d088b49 (patch)
treee029e4bcdbc5bc3cf9ac5e2fd0640290ae0f8452 /src/System.IO.IsolatedStorage
parent36f6ec1f53543866028c8afe246865b1d5e45c58 (diff)
Disable failed tests for 6 issues. (#19464)
Diffstat (limited to 'src/System.IO.IsolatedStorage')
-rw-r--r--src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/GetStoreTests.cs1
-rw-r--r--src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/HelperTests.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/GetStoreTests.cs b/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/GetStoreTests.cs
index 52a4257e47..8cf5e15cc1 100644
--- a/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/GetStoreTests.cs
+++ b/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/GetStoreTests.cs
@@ -95,6 +95,7 @@ namespace System.IO.IsolatedStorage
}
[Fact]
+ [SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "dotnet/corefx #18268")]
public void GetStore_NullParamsAllowed()
{
VerifyApplicationStore(IsolatedStorageFile.GetStore(IsolatedStorageScope.User | IsolatedStorageScope.Application, (Type)null));
diff --git a/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/HelperTests.cs b/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/HelperTests.cs
index 8adcebc2c6..f80a9d6175 100644
--- a/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/HelperTests.cs
+++ b/src/System.IO.IsolatedStorage/tests/System/IO/IsolatedStorage/HelperTests.cs
@@ -11,6 +11,7 @@ namespace System.IO.IsolatedStorage.Tests
public class HelperTests
{
[Fact]
+ [SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "dotnet/corefx #18202")]
public void GetDefaultIdentityAndHash()
{
object identity;