Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 371285f

Browse files
committed
comment out test for .NET Core
1 parent 3878523 commit 371285f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ServiceStack.OrmLite.Tests/Issues/NoSqlLoggingIssue.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ namespace ServiceStack.OrmLite.Tests.Issues
66
{
77
public class NoSqlLoggingIssue : OrmLiteTestBase
88
{
9+
//NUnit in .NET Core not liking resetting AppDomain after each TestFixture
10+
#if !NETCORE
911
[Test]
1012
public void Does_log_SQL_Insert_for_Saves_with_Auto_Ids()
1113
{
@@ -24,5 +26,6 @@ public void Does_log_SQL_Insert_for_Saves_with_Auto_Ids()
2426
Assert.That(sql, Does.Contain("INSERT INTO"));
2527
LogManager.LogFactory = null;
2628
}
29+
#endif
2730
}
2831
}

0 commit comments

Comments
 (0)