Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Microsoft.NET.Build.Containers.Tasks.IntegrationTests;

[TestClass]
[DoNotParallelize]
public class CreateImageIndexTests : SdkTest
{
[TestMethod]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Microsoft.NET.Build.Containers.Tasks.IntegrationTests;

[TestClass]
[DoNotParallelize]
public class CreateNewImageTests : SdkTest
{
[TestMethod]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace Microsoft.NET.Build.Containers.IntegrationTests;
[TestClass]
[DoNotParallelize]
public class DockerRegistryTests : SdkTest
{
private TestLoggerFactory? _loggerFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
namespace Microsoft.NET.Build.Containers.IntegrationTests;

[TestClass]
[DoNotParallelize]
public class EndToEndTests : SdkTest, IDisposable
{
private TestLoggerFactory? _loggerFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace Microsoft.NET.Build.Containers.IntegrationTests;

[TestClass]
[DoNotParallelize]
public sealed class LayerEndToEndTests : SdkTest, IDisposable
{
public LayerEndToEndTests()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace Microsoft.NET.Build.Containers.Tasks.IntegrationTests;

[TestClass]
[DoNotParallelize]
public class ParseContainerPropertiesTests
{
[TestMethod]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace Microsoft.NET.Build.Containers.Targets.IntegrationTests;

[TestClass]
[DoNotParallelize]
public class TargetsTests
{
[TestMethod]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Microsoft.NET.Sdk.Razor.Test
{
[DoNotParallelize]
[TestClass]
public class FindAssembliesWithReferencesToMultiThreadingTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace Microsoft.NET.Sdk.StaticWebAssets.Tests
{
[DoNotParallelize]
[TestClass]
public class ComputeReferenceStaticWebAssetItemsTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Microsoft.NET.Sdk.StaticWebAssets.Tests;

[TestClass]
[DoNotParallelize]
public class GenerateStaticWebAssetsManifestMultiThreadingTest
{
[TestMethod]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.NET.Sdk.StaticWebAssets.Tests;

[TestClass]
[DoNotParallelize]
public class GenerateStaticWebAssetsPropsFileMultiThreadingTest
{
[TestMethod]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace Microsoft.TemplateEngine.Authoring.TemplateVerifier.IntegrationTests
{
[TestClass]
[UsesVerify]
[DoNotParallelize]
public partial class ExampleTemplateTest : TestBase
{
private ILogger Log => new TestContextLogger(TestContext);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace Microsoft.TemplateEngine.Authoring.TemplateVerifier.IntegrationTests
{
[TestClass]
[UsesVerify]
[DoNotParallelize]
public partial class TemplateEngineSamplesTest : TestBase
{
private ILogger Log => new TestContextLogger(TestContext);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace Microsoft.TemplateEngine.Authoring.TemplateVerifier.IntegrationTests
{
[TestClass]
[UsesVerify]
[DoNotParallelize]
public partial class VerificationEngineTests
{
private ILogger Log => new TestContextLogger(TestContext);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace Microsoft.TemplateEngine.Authoring.TemplateVerifier.UnitTests
{
[TestClass]
[UsesVerify]
[DoNotParallelize]
public partial class VerificationEngineTests
{
private ILogger Log => new TestContextLogger(TestContext);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Edge.UnitTests
{
[TestClass]
[DoNotParallelize]
public class FolderInstallerTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
namespace Microsoft.TemplateEngine.Edge.UnitTests
{
[TestClass]
[DoNotParallelize]
public class TemplateCreatorTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
namespace Microsoft.TemplateEngine.Edge.UnitTests
{
[TestClass]
[DoNotParallelize]
public class TemplatePackageManagerTests : TestBase
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Microsoft.TemplateEngine.IDE.IntegrationTests
{
[TestClass]
[DoNotParallelize]
public class BasicTests : BootstrapperTestBase
{
private TestContext _testContext = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Microsoft.TemplateEngine.IDE.IntegrationTests
{
[TestClass]
[DoNotParallelize]
public class ConfigurationTests : BootstrapperTestBase
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.IDE.IntegrationTests
{
[TestClass]
[DoNotParallelize]
public class End2EndTests : BootstrapperTestBase
{
private TestContext _testContext = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public class LocalizationTestsCollection
}

[TestClass]
[DoNotParallelize]
public class LocalizationTests : BootstrapperTestBase
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.IDE.IntegrationTests
{
[TestClass]
[DoNotParallelize]
public class SnapshotTests : TestBase
{
private TestContext _testContext = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests
{
[TestClass]
[DoNotParallelize]
public class BindSymbolTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests
{
[TestClass]
[DoNotParallelize]
public class MacroProcessorTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class CaseChangeMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class CoalesceMacroTests
{
private readonly IEngineEnvironmentSettings _engineEnvironmentSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class ConstantMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class EvaluateMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class FakeMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class GeneratePortMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class GuidMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class JoinMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class NowMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class RandomMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class RegexMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class RegexMatchMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.MacroTests
{
[TestClass]
[DoNotParallelize]
public class SwtichMacroTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests
{
[TestClass]
[DoNotParallelize]
public class RunnableProjectConfigTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests
{
[TestClass]
[DoNotParallelize]
public class RunnableProjectGeneratorTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests
{
[TestClass]
[DoNotParallelize]
public class ScanTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests
{
[TestClass]
[DoNotParallelize]
public class SnapshotTests : TestBase
{
private TestContext _testContext = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.TemplateConfigTests
{
[TestClass]
[DoNotParallelize]
public class FileRenameTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.TemplateConfigTests
{
[TestClass]
[DoNotParallelize]
public class LocalizationTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.TemplateConfigTests
{
[TestClass]
[DoNotParallelize]
public class PostActionTests
{
private static EnvironmentSettingsHelper s_environmentSettingsHelper = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.TemplateConfigTests
{
[TestClass]
[DoNotParallelize]
public class SourceConfigTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.TemplateConfigTests
{
[TestClass]
[DoNotParallelize]
public class SplitConfigurationTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.TemplateConfigTests
{
[TestClass]
[DoNotParallelize]
public class TemplateRootTests
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests
{
[TestClass]
[DoNotParallelize]
public class ValidationTests : TestBase
{
public TestContext TestContext { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.UnitTests.ValueFormTests
{
[TestClass]
[DoNotParallelize]
public class FirstLowerCaseInvariantValueFormTests
{
[TestMethod]
Expand Down
Loading
Loading