Skip to content

Commit

Permalink
address new Travis build warning (#2017)
Browse files Browse the repository at this point in the history
* make explicit that which previously was fine

* suppress build warning
  • Loading branch information
shiftkey committed Sep 24, 2019
1 parent 7c31109 commit aeb8d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Octokit.Tests/Http/ApiConnectionTests.cs
Expand Up @@ -388,6 +388,7 @@ public async Task GetIsRepeatedUntilHttpStatusCodeOkIsReturned()
connection.Received(3).GetResponse<IReadOnlyList<object>>(queuedOperationUrl, Args.CancellationToken);
}

[Fact(Skip = "Test triggers deadlock when run, needs to be investigated")]
public async Task CanCancelQueuedOperation()
{
var queuedOperationUrl = new Uri("anything", UriKind.Relative);
Expand Down
2 changes: 2 additions & 0 deletions Octokit.Tests/Models/SearchIssuesRequestTests.cs
Expand Up @@ -4,6 +4,8 @@
using Octokit;
using Octokit.Tests.Helpers;
using Xunit;
// hack because Travis on LInux is somehow upgraded to a version of .NET (Core?) that also has System.Range
using Range = Octokit.Range;

public class SearchIssuesRequestTests
{
Expand Down

0 comments on commit aeb8d19

Please sign in to comment.