Skip to content

Commit

Permalink
undo test hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Kizer committed Apr 18, 2021
1 parent 1fcd4d9 commit 2ae7aa8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,9 @@ internal static Exception CreateCompatibleException(Exception exception)
}
else if (exception is TaskCanceledException)
{

// temp hack to try to diagnose what's going on in CI.
return new WebException(
SR.net_webstatus_Timeout,
//null,
exception,
null,
WebExceptionStatus.Timeout,
null);
}
Expand Down

0 comments on commit 2ae7aa8

Please sign in to comment.