Details
Description
The following test cases take a very long time to run in the C# FileTests:
[TestCase(specificSchema, Codec.Type.Null, 1000, 588, 998)] [TestCase(specificSchema, Codec.Type.Deflate, 1000, 588, 998)] public void TestSyncAndSeekPositions(string schemaStr, Codec.Type codecType, int iterations, int firstSyncPosition, int secondSyncPosition)
These tests were disabled in f035c4c while wrapping up AVRO-2112 because they were causing the Travis CI build to timeout.
We need to optimize these tests to make them run in a timely manner.