@@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests;
21
21
#endif
22
22
23
23
[ 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;" ) ]
25
25
public class RequestPathBaseTests : FixtureLoggedTest
26
26
{
27
27
private readonly IISSubAppSiteFixture _fixture ;
@@ -32,7 +32,7 @@ public RequestPathBaseTests(IISSubAppSiteFixture fixture) : base(fixture)
32
32
}
33
33
34
34
[ 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;" ) ]
36
36
[ RequiresNewHandler ]
37
37
[ InlineData ( "/Sub/App/PathAndPathBase" , "/Sub/App/PathAndPathBase" , "" ) ]
38
38
[ InlineData ( "/SUb/APp/PathAndPAthBase" , "/SUb/APp/PathAndPAthBase" , "" ) ]
@@ -53,7 +53,7 @@ public async Task RequestPathBase_Split(string url, string expectedPathBase, str
53
53
}
54
54
55
55
[ 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;" ) ]
57
57
[ RequiresNewHandler ]
58
58
[ InlineData ( "//Sub/App/PathAndPathBase" , "//Sub/App/PathAndPathBase" , "" ) ]
59
59
[ InlineData ( @"/\Sub/App/PathAndPathBase/" , @"/\Sub/App/PathAndPathBase" , "/" ) ]
0 commit comments