File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Mvc/test/Mvc.FunctionalTests Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4
4
using System . Net ;
5
5
using System . Net . Http ;
6
6
using Microsoft . AspNetCore . Hosting ;
7
+ using Microsoft . AspNetCore . InternalTesting ;
7
8
using Microsoft . AspNetCore . Mvc . Razor . RuntimeCompilation ;
8
9
using Microsoft . AspNetCore . TestHost ;
9
10
using Microsoft . Extensions . DependencyInjection ;
@@ -83,6 +84,7 @@ public async Task RzcViewsArePreferredToRuntimeViews()
83
84
}
84
85
85
86
[ Fact ]
87
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/56322" , Queues = $ "{ HelixConstants . Debian12 } ;{ HelixConstants . Mariner } ") ]
86
88
public async Task RazorViews_AreUpdatedOnChange ( )
87
89
{
88
90
// Arrange
@@ -120,6 +122,7 @@ public async Task RazorViews_AreUpdatedOnChange()
120
122
}
121
123
122
124
[ Fact ]
125
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/56322" , Queues = $ "{ HelixConstants . Debian12 } ;{ HelixConstants . Mariner } ") ]
123
126
public async Task RazorPages_AreUpdatedOnChange ( )
124
127
{
125
128
// Arrange
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ public static class HelixConstants
8
8
public const string Windows10Arm64 = "Windows.10.Arm64v8.Open;" ;
9
9
public const string DebianAmd64 = "Debian.11.Amd64.Open;" ;
10
10
public const string DebianArm64 = "Debian.11.Arm64.Open;" ;
11
+ public const string Debian12 = "(Debian.12.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64" ;
11
12
public const string AlmaLinuxAmd64 = "(AlmaLinux.8.Amd64.Open)Ubuntu.1804.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-helix-amd64;" ;
13
+ public const string Mariner = "(Mariner)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64" ;
12
14
public const string NativeAotNotSupportedHelixQueues = "All.OSX;All.Linux;Windows.11.Amd64.Client.Open;Windows.11.Amd64.Client;Windows.Amd64.Server2022.Open;Windows.Amd64.Server2022;windows.11.arm64.open;windows.11.arm64" ;
13
15
}
You can’t perform that action at this time.
0 commit comments