Skip to content

Commit

Permalink
Remove parallelize attribute on table view tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Aug 17, 2024
1 parent c850a58 commit 4ce3259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TableViewTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace UnitTests;

[TestFixture]
[Category( "Code Generation" )]
[Parallelizable( ParallelScope.Children )]
internal class TableViewTests : Tests
{
[Test]
Expand Down

0 comments on commit 4ce3259

Please sign in to comment.