summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2018-09-27 06:43:48 +0200
committerTanner Gooding <tagoo@outlook.com>2018-09-26 21:43:48 -0700
commit0bc8c62cfb7514b91b4ebd5f073835391e0502a3 (patch)
treee2f8692ed14f9de1be6eefbcf5a5fb6737ff5be0 /tests
parent6dc2556a685674ecb9c716aa21720f2295ff8df0 (diff)
downloadcoreclr-0bc8c62cfb7514b91b4ebd5f073835391e0502a3.tar.gz
coreclr-0bc8c62cfb7514b91b4ebd5f073835391e0502a3.tar.bz2
coreclr-0bc8c62cfb7514b91b4ebd5f073835391e0502a3.zip
Maestro dependency update without buildtools (#20143)
* Update BuildTools, CoreClr, CoreFx, CoreSetup, PgoData to preview1-03224-03, preview1-26925-05, preview1-26925-06, preview1-26925-01, master-20180925-0031, respectively * Enable RestoreOutputPath override * Disable System.Security.Cryptography.Pkcs.Tests To help unblock corefx, etc. update. * Revert buildtools changes * Disable buildtools auto updates
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index c56895de1b..9c3970738c 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -420,5 +420,14 @@
}
]
}
+ },
+ {
+ "name": "System.Security.Cryptography.Pkcs.Tests",
+ "enabled": false,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": null
+ }
}
]