Disable stale Unix_NonExistentPath_Nop corefx test (dotnet/coreclr#20512)
authorStephen Toub <stoub@microsoft.com>
Mon, 22 Oct 2018 07:58:46 +0000 (00:58 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Oct 2018 07:58:46 +0000 (00:58 -0700)
* Disable stale Unix_NonExistentPath_Nop corefx test

* Disable another test

Commit migrated from https://github.com/dotnet/coreclr/commit/a1e13b7a9367a6507db0395f27e659566bbea151

src/coreclr/tests/CoreFX/CoreFX.issues.json

index a26e7ff..0754cea 100644 (file)
                 {
                     "name": "System.IO.Tests.EncryptDecrypt.NullArg_ThrowsException",
                     "reason": "outdated"
+                },
+                {
+                    "name": "System.IO.Tests.File_Delete.Unix_NonExistentPath_Nop",
+                    "reason": "outdated (deleted from corefx)"
+                },
+                {
+                    "name": "System.IO.Tests.FileInfo_Delete.Unix_NonExistentPath_Nop",
+                    "reason": "outdated (deleted from corefx)"
                 }
             ]
         }