AssemblyInfo.cs 303 B

12345678
  1. // Copyright (c) The Avalonia Project. All rights reserved.
  2. // Licensed under the MIT license. See licence.md file in the project root for full license information.
  3. using System.Reflection;
  4. using Xunit;
  5. // Don't run tests in parallel.
  6. [assembly: CollectionBehavior(DisableTestParallelization = true)]