Skip to content

Commit

Permalink
Skip test.
Browse files Browse the repository at this point in the history
See #12
  • Loading branch information
Nate McMaster committed Mar 17, 2016
1 parent f9807e0 commit 2bd91b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GrefQL.Tests/ConcurrentQueryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace GrefQL.Tests
{
public class ConcurrentQueryTest : NorthwindTestsBase
{
[Fact]
[Fact(Skip = "https://github.com/anpete/GrefQL/issues/12")]
public void ItDoesntThrowConcurrencyError()
{
const string query = @"{
Expand Down

0 comments on commit 2bd91b8

Please sign in to comment.