Quarantine flaky tests (#22424)
This commit is contained in:
parent
d2b3eecedb
commit
12949b7cb7
|
|
@ -34,6 +34,7 @@ namespace A.Internal.Namespace
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[MemberData(nameof(PublicMemberDefinitions))]
|
[MemberData(nameof(PublicMemberDefinitions))]
|
||||||
|
[QuarantinedTest]
|
||||||
public async Task PublicExposureOfPubternalTypeProducesPUB0001(string member)
|
public async Task PublicExposureOfPubternalTypeProducesPUB0001(string member)
|
||||||
{
|
{
|
||||||
var code = GetSourceFromNamespaceDeclaration($@"
|
var code = GetSourceFromNamespaceDeclaration($@"
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[QuarantinedTest]
|
||||||
public void CanRenderTextOnlyComponent()
|
public void CanRenderTextOnlyComponent()
|
||||||
{
|
{
|
||||||
var appElement = Browser.MountTestComponent<TextOnlyComponent>();
|
var appElement = Browser.MountTestComponent<TextOnlyComponent>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue