Skip to content

Commit

Permalink
#15: skip test which failed in Appveyor build 108
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Apr 15, 2019
1 parent 1439ad8 commit 8faf0bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ScmBackup.Tests.Integration/Hosters/IBackupTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ protected virtual bool SkipTestsIssue15()
return false;
}

[Fact]
[SkippableFact]
public void MakesBackup()
{
Skip.If(this.SkipTestsIssue15());

Assert.NotNull(this.PublicRepoName); // Note: PrivateRepoName is optional

var dir = DirectoryHelper.CreateTempDirectory(this.DirSuffix("makes-backup"));
Expand Down

0 comments on commit 8faf0bb

Please sign in to comment.