Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 27e0674

Browse files
committed
Remove address tests that fail on linux.
1 parent ec5675b commit 27e0674

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Microsoft.AspNet.Server.Kestrel.FunctionalTests/AddressRegistrationTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public static TheoryData<string, string[]> AddressRegistrationData
5858
dataset.Add("http://127.0.0.1:8787/", new[] { "http://127.0.0.1:8787/", });
5959
dataset.Add("http://[::1]:8787/", new[] { "http://[::1]:8787/", });
6060
dataset.Add("http://127.0.0.1:8787/;http://[::1]:8787/", new[] { "http://127.0.0.1:8787/", "http://[::1]:8787/" });
61-
dataset.Add("http://*:8787/;http://localhost:8787/", new[] { "http://localhost:8787/", "http://[::1]:8787/" });
62-
dataset.Add("http://localhost:8787/;http://*:8787/", new[] { "http://localhost:8787/", "http://[::1]:8787/" });
6361
dataset.Add("http://localhost:8787/base/path", new[] { "http://localhost:8787/base/path" });
6462

6563
return dataset;

0 commit comments

Comments
 (0)