Skip to content

Commit 6c8dcbc

Browse files
authored
Skip RequestPathBase_WithDoubleSlashes_Split for now
1 parent f57e257 commit 6c8dcbc

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
@@ -70,6 +70,7 @@ public async Task RequestPathBase_Split(string url, string expectedPathBase, str
7070
// [InlineData(@"/Sub/call//../App/PathAndPathBase//path1//path2", @"", "/Sub/call/App/PathAndPathBase//path1//path2")]
7171
[InlineData(@"/Sub/call/.%2e/App/PathAndPathBase//path1//path2", @"/Sub/App/PathAndPathBase", "//path1//path2")]
7272
[InlineData(@"/Sub/call/.%2E/App/PathAndPathBase//path1//path2", @"/Sub/App/PathAndPathBase", "//path1//path2")]
73+
[SkipOnCI]
7374
public async Task RequestPathBase_WithDoubleSlashes_Split(string url, string expectedPathBase, string expectedPath)
7475
{
7576
// The test app trims the test name off of the request path and puts it on the PathBase.

0 commit comments

Comments
 (0)