File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Identity/test/Identity.Test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
<HelixAvailableTargetQueue Include =" Redhat.7.Amd64.Open" Platform =" Linux" />
32
32
33
33
<!-- Mac -->
34
- <HelixAvailableTargetQueue Include =" OSX.1015 .Amd64.Open" Platform =" OSX" />
34
+ <HelixAvailableTargetQueue Include =" OSX.13 .Amd64.Open" Platform =" OSX" />
35
35
36
36
<!-- Containers -->
37
37
<HelixAvailableTargetQueue Include =" $(HelixQueueAlpine314)" Platform =" Linux" />
Original file line number Diff line number Diff line change 17
17
18
18
namespace Microsoft . AspNetCore . Identity . Test
19
19
{
20
- [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/38542" , Queues = "OSX.1015 .Amd64.Open;OSX.1015.Amd64 " ) ] //slow
20
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/38542" , Queues = "OSX.13 .Amd64.Open;OSX.13.AMD64 " ) ] //slow
21
21
public class IdentityUIScriptsTest : IDisposable
22
22
{
23
23
private readonly ITestOutputHelper _output ;
You can’t perform that action at this time.
0 commit comments