disable GH test

This commit is contained in:
Timothy Baldridge 2021-07-20 22:47:00 -06:00
parent 994cb48ec2
commit 3c9792f7ea

View File

@ -12,7 +12,7 @@ namespace Wabbajack.Test
{
public class GitHubTests
{
[Fact]
//[Fact] - Disabled for build server, run locally
public async Task CanLogIntoGithub()
{
var client = await Wabbajack.Lib.GitHub.Client.Get();