@@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
2121#endif
2222
2323[ Collection ( IISSubAppSiteCollection . Name ) ]
24- [ SkipOnHelix ( "Unsupported queue" , Queues = "Windows.Amd64.VS2022.Pre.Open;" ) ]
24+ [ SkipOnHelix ( "Unsupported queue" , Queues = "Windows.Amd64.VS2022.Pre.Open;" + "Windows.Amd64.VS2022.Pre;" ) ]
2525public class RequestPathBaseTests : FixtureLoggedTest
2626{
2727 private readonly IISSubAppSiteFixture _fixture ;
@@ -32,7 +32,7 @@ public RequestPathBaseTests(IISSubAppSiteFixture fixture) : base(fixture)
3232 }
3333
3434 [ ConditionalTheory ]
35- [ SkipOnHelix ( "Unsupported queue" , Queues = "Windows.Amd64.VS2022.Pre.Open;" ) ]
35+ [ SkipOnHelix ( "Unsupported queue" , Queues = "Windows.Amd64.VS2022.Pre.Open;" + "Windows.Amd64.VS2022.Pre;" ) ]
3636 [ RequiresNewHandler ]
3737 [ InlineData ( "/Sub/App/PathAndPathBase" , "/Sub/App/PathAndPathBase" , "" ) ]
3838 [ InlineData ( "/SUb/APp/PathAndPAthBase" , "/SUb/APp/PathAndPAthBase" , "" ) ]
@@ -53,7 +53,7 @@ public async Task RequestPathBase_Split(string url, string expectedPathBase, str
5353 }
5454
5555 [ ConditionalTheory ]
56- [ SkipOnHelix ( "Unsupported queue" , Queues = "Windows.Amd64.VS2022.Pre.Open;" ) ]
56+ [ SkipOnHelix ( "Unsupported queue" , Queues = "Windows.Amd64.VS2022.Pre.Open;" + "Windows.Amd64.VS2022.Pre;" ) ]
5757 [ RequiresNewHandler ]
5858 [ InlineData ( "//Sub/App/PathAndPathBase" , "//Sub/App/PathAndPathBase" , "" ) ]
5959 [ InlineData ( @"/\Sub/App/PathAndPathBase/" , @"/\Sub/App/PathAndPathBase" , "/" ) ]
0 commit comments