Skip to content

Commit

Permalink
fix Issue 18519: missing curl + phobos = std.net.curl unittest timing…
Browse files Browse the repository at this point in the history
… out
  • Loading branch information
ibuclaw committed Jan 2, 2019
1 parent d36b28c commit 0618ea9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions std/net/curl.d
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,6 @@ import std.encoding : EncodingScheme;
import std.traits : isSomeChar;
import std.typecons : Flag, Yes, No, Tuple;

// Curl tests for FreeBSD 32-bit are temporarily disabled.
// https://github.com/braddr/d-tester/issues/70
// https://issues.dlang.org/show_bug.cgi?id=18519
version (unittest)
version (FreeBSD)
version (X86)
version = DisableCurlTests;

version (DisableCurlTests) {} else:

version (unittest)
{
import std.socket : Socket, SocketShutdown;
Expand Down

0 comments on commit 0618ea9

Please sign in to comment.