Skip to content

Commit

Permalink
ensure test only runs for organization account
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 13, 2015
1 parent e4d25a3 commit bef91f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public async Task ForkCreatedForUserLoggedIn()
Assert.Equal(true, forkCreated.Fork);
}

[IntegrationTest]
[OrganizationTest]
public async Task ForkCreatedForOrganization()
{
// The fork is created asynchronially by github and therefore it cannot
Expand Down

0 comments on commit bef91f7

Please sign in to comment.