Skip to content

Commit 29f49f3

Browse files
authored
Revert "Skip RequestPathBase_WithDoubleSlashes_Split for now (#62931)" (#62996)
This reverts commit e7d49f5.
1 parent a400348 commit 29f49f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/RequestPathBaseTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public RequestPathBaseTests(IISSubAppSiteFixture fixture) : base(fixture)
4141
[InlineData("/Sub%5CApp/PathAndPathBase/", @"/Sub\App/PathAndPathBase", "/")]
4242
[InlineData("/Sub/App/PathAndPathBase/Path", "/Sub/App/PathAndPathBase", "/Path")]
4343
[InlineData("/Sub/App/PathANDPathBase/PATH", "/Sub/App/PathANDPathBase", "/PATH")]
44-
[SkipOnCI]
4544
public async Task RequestPathBase_Split(string url, string expectedPathBase, string expectedPath)
4645
{
4746
// The test app trims the test name off of the request path and puts it on the PathBase.
@@ -71,7 +70,6 @@ public async Task RequestPathBase_Split(string url, string expectedPathBase, str
7170
// [InlineData(@"/Sub/call//../App/PathAndPathBase//path1//path2", @"", "/Sub/call/App/PathAndPathBase//path1//path2")]
7271
[InlineData(@"/Sub/call/.%2e/App/PathAndPathBase//path1//path2", @"/Sub/App/PathAndPathBase", "//path1//path2")]
7372
[InlineData(@"/Sub/call/.%2E/App/PathAndPathBase//path1//path2", @"/Sub/App/PathAndPathBase", "//path1//path2")]
74-
[SkipOnCI]
7573
public async Task RequestPathBase_WithDoubleSlashes_Split(string url, string expectedPathBase, string expectedPath)
7674
{
7775
// The test app trims the test name off of the request path and puts it on the PathBase.

0 commit comments

Comments
 (0)