summaryrefslogtreecommitdiff
path: root/tests/src/dir.common.props
diff options
context:
space:
mode:
authorWilliam Godbe <william.godbe@comcast.net>2016-03-02 12:04:46 -0800
committerWilliam Godbe <william.godbe@comcast.net>2016-03-07 11:24:27 -0800
commite3efd7412257a9bcf76c7029065606ba97a3fcb1 (patch)
tree102b2559e39f49cbcd5e581873aaee81b8c21276 /tests/src/dir.common.props
parente454121ee731e35de9244596c4a5cd1563d455fe (diff)
downloadcoreclr-e3efd7412257a9bcf76c7029065606ba97a3fcb1.tar.gz
coreclr-e3efd7412257a9bcf76c7029065606ba97a3fcb1.tar.bz2
coreclr-e3efd7412257a9bcf76c7029065606ba97a3fcb1.zip
Fix race condition in Pri 2 tests, and revert those tests to Pri 1
Diffstat (limited to 'tests/src/dir.common.props')
-rw-r--r--tests/src/dir.common.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/dir.common.props b/tests/src/dir.common.props
index 63c1e6d33e..35a4a1178e 100644
--- a/tests/src/dir.common.props
+++ b/tests/src/dir.common.props
@@ -55,7 +55,6 @@
<PropertyGroup>
<CLRTestKind Condition="'$(CLRTestKind)' == ' '">BuildAndRun</CLRTestKind>
<CLRTestPriority Condition="'$(CLRTestPriority)' == ''">0</CLRTestPriority>
- <_CLRTestInServiceOfHigherPriority Condition="'$(_CLRTestInServiceOfHigherPriority)' == ''">false</_CLRTestInServiceOfHigherPriority>
</PropertyGroup>
</Project>