Skip to content

Commit

Permalink
disable parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Mar 3, 2024
1 parent 6ea28fd commit 07d04e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Parquet.Test/ParquetReaderOnTestFilesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@
using System.Text;

namespace Parquet.Test {
[CollectionDefinition(nameof(ParquetReaderOnTestFilesCollection), DisableParallelization = true)]
public class ParquetReaderOnTestFilesCollection {

}

/// <summary>
/// Tests a set of predefined test files that they read back correct.
/// Find more test data (some taken from there): https://github.com/apache/parquet-testing/tree/master/data
/// </summary>
[Collection(nameof(ParquetReaderOnTestFilesCollection))]
public class ParquetReaderOnTestFilesTest : TestBase {

[Theory]
Expand Down

0 comments on commit 07d04e8

Please sign in to comment.