parent
8e50db65f3
commit
84a04c9df1
|
|
@ -2,10 +2,13 @@
|
|||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using Microsoft.AspNetCore.E2ETesting;
|
||||
using Microsoft.AspNetCore.Testing;
|
||||
using Templates.Test.Helpers;
|
||||
using Xunit;
|
||||
|
||||
[assembly: TestFramework("Microsoft.AspNetCore.E2ETesting.XunitTestFrameworkWithAssemblyFixture", "ProjectTemplates.Tests")]
|
||||
|
||||
[assembly: AssemblyFixture(typeof(ProjectFactoryFixture))]
|
||||
[assembly: AssemblyFixture(typeof(SeleniumStandaloneServer))]
|
||||
[assembly: Microsoft.AspNetCore.E2ETesting.AssemblyFixture(typeof(ProjectFactoryFixture))]
|
||||
[assembly: Microsoft.AspNetCore.E2ETesting.AssemblyFixture(typeof(SeleniumStandaloneServer))]
|
||||
|
||||
[assembly: QuarantinedTest("Investigation pending in https://github.com/dotnet/aspnetcore/issues/20479")]
|
||||
|
|
@ -49,6 +49,7 @@ namespace Microsoft.AspNetCore.Authentication.DataHandler
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest]
|
||||
public void UnprotectWithDifferentPurposeFails()
|
||||
{
|
||||
var provider = ServiceProvider.GetRequiredService<IDataProtectionProvider>();
|
||||
|
|
|
|||
|
|
@ -1415,6 +1415,7 @@ namespace Interop.FunctionalTests
|
|||
// Settings_InitialWindowSize_Lower_Client - Not configurable.
|
||||
|
||||
[Theory]
|
||||
[QuarantinedTest]
|
||||
[MemberData(nameof(SupportedSchemes))]
|
||||
public async Task Settings_InitialWindowSize_Server(string scheme)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -420,6 +420,7 @@ namespace Microsoft.DotNet.OpenApi.Add.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest]
|
||||
public async Task OpenAPi_Add_URL_InvalidUrl()
|
||||
{
|
||||
var project = CreateBasicProject(withOpenApi: false);
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ namespace Microsoft.DotNet.Watcher.Tools.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest]
|
||||
public async Task SingleTfm()
|
||||
{
|
||||
_tempDir
|
||||
|
|
|
|||
Loading…
Reference in New Issue