Skip to content

Commit 817b5ce

Browse files
authored
Update RequestPathBaseTests.cs
1 parent 6c8dcbc commit 817b5ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ 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]
4445
public async Task RequestPathBase_Split(string url, string expectedPathBase, string expectedPath)
4546
{
4647
// The test app trims the test name off of the request path and puts it on the PathBase.

0 commit comments

Comments
 (0)