We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee87a3 commit 8555e4dCopy full SHA for 8555e4d
src/ProjectTemplates/test/Templates.Mvc.Tests/Templates.Mvc.Tests.csproj
@@ -20,6 +20,14 @@
20
<RestoreFolderName>Mvc</RestoreFolderName>
21
<TestDependsOnAspNetPackages>true</TestDependsOnAspNetPackages>
22
<HelixTimeout>01:20:00</HelixTimeout>
23
+
24
+ <!-- These tests fail in Helix in Debian and Mariner due to error -901 -->
25
+ <!-- Disabling on those OSes until a better fix can be identified -->
26
+ <SkipHelixQueues>
27
+ $(HelixQueueDebian11);
28
+ $(HelixQueueMariner);
29
+ $(SkipHelixQueues)
30
+ </SkipHelixQueues>
31
</PropertyGroup>
32
33
<ItemGroup>
0 commit comments