Skip to content

Commit

Permalink
#15: skip test which failed in Appveyor build 109
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Apr 15, 2019
1 parent 8faf0bb commit 2e39724
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 @@ -90,9 +90,11 @@ public void DoesntBackupWikiIfNotSet()
Assert.False(Directory.Exists(sut.SubDirWiki));
}

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

var dir = DirectoryHelper.CreateTempDirectory(this.DirSuffix("doesnt-backup-issues"));
this.Setup(false);

Expand Down

0 comments on commit 2e39724

Please sign in to comment.