Skip to content

Commit 2be7b05

Browse files
committed
do not run tests with trace logging by default
1 parent 882bd00 commit 2be7b05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotnet/test/common/AssemblyFixture.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public AssemblyFixture()
3434
[OneTimeSetUp]
3535
public async Task RunBeforeAnyTestAsync()
3636
{
37-
Internal.Logging.Log.SetLevel(Internal.Logging.LogEventLevel.Trace);
38-
3937
await EnvironmentManager.Instance.WebServer.StartAsync();
4038
if (EnvironmentManager.Instance.Browser == Browser.Remote)
4139
{

0 commit comments

Comments
 (0)