Skip to content

Commit

Permalink
added skip for my test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Brown committed Jan 29, 2015
1 parent 905f103 commit 244ae20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IntegrationTests/GetUserInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public GetUserInfoTests()
HipchatApiConfig.AuthToken = TestsConfig.AuthToken;
}

[Fact(DisplayName = "Can get user info")]
[Fact(DisplayName = "Can get user info", Skip = "Requires an actual userId attached to the auth token to pass")]
public void CanGetUserInfo()
{
var userId = 42494;
Expand Down

0 comments on commit 244ae20

Please sign in to comment.