We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ea343 commit 41b369eCopy full SHA for 41b369e
src/NHibernate.Test/NHSpecificTest/GH2201/Fixture.cs
@@ -13,6 +13,7 @@ public class Fixture : BugTestCase
13
protected override void Configure(NHCfg.Configuration configuration)
14
{
15
configuration.SetProperty(NHCfg.Environment.GenerateStatistics, "true");
16
+ configuration.SetProperty(NHCfg.Environment.DetectFetchLoops, "false");
17
}
18
19
protected override void OnTearDown()
0 commit comments