Skip to content

Commit

Permalink
Comment out test output helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Nov 8, 2019
1 parent a41d6a8 commit 0345459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class EmbeddedDocumentsTest : IClassFixture<EmbeddedDocumentsTest.CosmosF
public EmbeddedDocumentsTest(CosmosFixture fixture, ITestOutputHelper testOutputHelper)
{
Fixture = fixture;
TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
//TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
}

[ConditionalFact(Skip = "Issue #17670")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public InheritanceSqlServerTest(InheritanceSqlServerFixture fixture, ITestOutput
: base(fixture)
{
Fixture.TestSqlLoggerFactory.Clear();
Fixture.TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
//Fixture.TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
}

[ConditionalFact]
Expand Down

0 comments on commit 0345459

Please sign in to comment.