Skip to content

Commit

Permalink
Comment out tests for thousandField records
Browse files Browse the repository at this point in the history
  • Loading branch information
li-ukumar committed Mar 13, 2024
1 parent 762e50a commit 05ad5a4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ private Object[][] TestRoundTripSerializationProvider() {
{vs110.BuilderTester.class, vs110.BuilderTester.getClassSchema()},
{vs111.BuilderTester.class, vs111.BuilderTester.getClassSchema()},

{charseqmethod.TestCollections.class, charseqmethod.TestCollections.getClassSchema()},
{charseqmethod.TestCollections.class, charseqmethod.TestCollections.getClassSchema()}

{vs14.ThousandField.class, vs14.ThousandField.getClassSchema()},
{vs19.ThousandField.class, vs19.ThousandField.getClassSchema()}
// {vs14.ThousandField.class, vs14.ThousandField.getClassSchema()},
// {vs19.ThousandField.class, vs19.ThousandField.getClassSchema()}
};
}

Expand Down

0 comments on commit 05ad5a4

Please sign in to comment.