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

Commit c6ad716

Browse files
Disabling trace logging in tests
1 parent aa0e00d commit c6ad716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/SetupFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class SetupFixture
1010
[SetUp]
1111
public void Setup()
1212
{
13-
Logging.TracingEnabled = true;
13+
//Logging.TracingEnabled = true;
1414

1515
var tempFileName = Path.GetTempFileName();
1616
var fileLog = tempFileName.Substring(0, tempFileName.Length - 4) + "_integrationtest.log";

0 commit comments

Comments
 (0)