summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-02-27 00:39:00 +0100
committerJan Vorlicek <janvorli@microsoft.com>2016-02-27 00:39:00 +0100
commitc066fb30535f02080629f0500a128cf743070970 (patch)
treed25591b9acc11933a1ce6d7a40072978878fdf78 /tests/src
parente9fa953a295d16b7e00e9192b4973743398358e9 (diff)
downloadcoreclr-c066fb30535f02080629f0500a128cf743070970.tar.gz
coreclr-c066fb30535f02080629f0500a128cf743070970.tar.bz2
coreclr-c066fb30535f02080629f0500a128cf743070970.zip
Change avtest priority to 0
This change modifies the priority of the coreclr regression test avtest to 0 so that it is run in the lab as part of the CI. This fulfills the
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/Regressions/coreclr/0014/avtest.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Regressions/coreclr/0014/avtest.csproj b/tests/src/Regressions/coreclr/0014/avtest.csproj
index c31700fda8..fdde2a7993 100644
--- a/tests/src/Regressions/coreclr/0014/avtest.csproj
+++ b/tests/src/Regressions/coreclr/0014/avtest.csproj
@@ -16,7 +16,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ReferenceLocalMscorlib>false</ReferenceLocalMscorlib>
<CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>1</CLRTestPriority>
+ <CLRTestPriority>0</CLRTestPriority>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">