Skip to content

Commit

Permalink
Disable SimpleQuerySqlServerTest.Cache_key_contexts_are_detached
Browse files Browse the repository at this point in the history
See #16006
  • Loading branch information
ajcvickers committed Jun 10, 2019
1 parent 830f1e8 commit 90ba7f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CROSS JOIN [Customers] AS [c2]
FROM [Orders] AS [c1_Orders]");
}

[Fact]
[Fact(Skip = "Issue #16006")]
public virtual void Cache_key_contexts_are_detached()
{
var weakRef = Scoper(
Expand Down

0 comments on commit 90ba7f5

Please sign in to comment.