Skip to content

Commit 016559c

Browse files
committed
Ignore httpbin tests
1 parent c29e881 commit 016559c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/AngleSharp.Io.Tests/Cookie/ClassicTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ public async Task SettingThreeCookiesInOneRequestAreTransportedToNextRequest()
258258
}
259259

260260
[Test]
261+
[Ignore("We should find a replacement for HttpBin.org")]
261262
public async Task SettingCookieIsPreservedViaRedirect()
262263
{
263264
if (Helper.IsNetworkAvailable())

src/AngleSharp.Io.Tests/Network/CookieHandlingTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public async Task SettingThreeCookiesInOneRequestAreTransportedToNextRequest()
7474
}
7575

7676
[Test]
77+
[Ignore("We should find a replacement for HttpBin.org")]
7778
public async Task SettingCookieIsPreservedViaRedirect()
7879
{
7980
if (Helper.IsNetworkAvailable())
@@ -95,6 +96,7 @@ public async Task SettingCookieIsPreservedViaRedirect()
9596
}
9697

9798
[Test]
99+
[Ignore("We should find a replacement for HttpBin.org")]
98100
public async Task SettingCookieIsPreservedViaRedirectToDifferentProtocol()
99101
{
100102
if (Helper.IsNetworkAvailable())

src/AngleSharp.Io/AngleSharp.Io.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<Reference Include="System.Net.WebSockets" />
3131
</ItemGroup>
3232

33+
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
34+
<Reference Include="System.Net" />
35+
<Reference Include="System.Net.Http" />
36+
<Reference Include="System.Net.WebSockets" />
37+
</ItemGroup>
38+
3339
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
3440
<Reference Include="System.Net.Http" />
3541
</ItemGroup>

0 commit comments

Comments
 (0)