Skip to content

Commit

Permalink
Disable experimental test
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jun 20, 2024
1 parent 2d76ff8 commit ab8f8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StructuredLogger.Tests/StringsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace StructuredLogger.Tests
{
public class StringsTests
{
[Fact]
//[Fact]
public void TestStrings()
{
//var strings = Serialization.ReadStringsFromFile(@"C:\temp\strings.bin");
Expand Down Expand Up @@ -88,7 +88,7 @@ private void Process(IReadOnlyList<string> array)
.ThenBy(g => g.weight)
.ToArray();

WriteCsv(outliers);
//WriteCsv(outliers);

var top = ordered.Take(10).ToArray();

Expand Down

0 comments on commit ab8f8ee

Please sign in to comment.