Quarantine flaky tests (#21957)
* Quarantine HttpsNoClientCert_NoClientCert * Quarantine StopPropagation
This commit is contained in:
parent
3a8f97f359
commit
f712fd7c38
|
|
@ -6,6 +6,7 @@ using BasicTestApp;
|
||||||
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
|
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
|
||||||
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
|
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
|
||||||
using Microsoft.AspNetCore.E2ETesting;
|
using Microsoft.AspNetCore.E2ETesting;
|
||||||
|
using Microsoft.AspNetCore.Testing;
|
||||||
using OpenQA.Selenium;
|
using OpenQA.Selenium;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
using Xunit.Abstractions;
|
using Xunit.Abstractions;
|
||||||
|
|
@ -100,6 +101,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
|
[QuarantinedTest]
|
||||||
[InlineData("target")]
|
[InlineData("target")]
|
||||||
[InlineData("intermediate")]
|
[InlineData("intermediate")]
|
||||||
public void StopPropagation(string whereToStopPropagation)
|
public void StopPropagation(string whereToStopPropagation)
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests
|
||||||
.WithAllHostingModels();
|
.WithAllHostingModels();
|
||||||
|
|
||||||
[ConditionalTheory]
|
[ConditionalTheory]
|
||||||
|
[QuarantinedTest]
|
||||||
[MemberData(nameof(TestVariants))]
|
[MemberData(nameof(TestVariants))]
|
||||||
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8)]
|
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win8)]
|
||||||
public Task HttpsNoClientCert_NoClientCert(TestVariant variant)
|
public Task HttpsNoClientCert_NoClientCert(TestVariant variant)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue