Skip to content

Commit

Permalink
[Add] [Category("AppVeyorExclusion")]
Browse files Browse the repository at this point in the history
  • Loading branch information
sam.gerene committed Dec 28, 2017
1 parent b6084c9 commit 3892d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CDP4JsonFileDal.Tests/JsonFileDalTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public void VerifyCacheRetrievalThrowsExceptionIfSourceThingMissing()
}

[Test]
[Category("AppVeyorExclusion")]
public async Task VerifyThatOpenCreatesAConnection()
{
var returned = await this.dal.Open(this.credentials, this.cancelationTokenSource.Token);
Expand Down Expand Up @@ -156,6 +157,7 @@ public void VerifyThatAJsonDalThatIsNotOpenCannotBeClosed()
}

[Test]
[Category("AppVeyorExclusion")]
public async Task VerifyThatReadReturnsCorrectDTO()
{
var returned = (await this.dal.Open(this.credentials, this.cancelationTokenSource.Token)).ToList();
Expand Down

0 comments on commit 3892d12

Please sign in to comment.