Skip failing tests
This commit is contained in:
parent
da49e0e0f6
commit
40e268f59e
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
[Theory]
|
[Theory(Skip = "https://github.com/aspnet/AspNetCore/issues/12788")]
|
||||||
[InlineData(null, null)]
|
[InlineData(null, null)]
|
||||||
[InlineData(null, "Someone")]
|
[InlineData(null, "Someone")]
|
||||||
[InlineData("Someone", null)]
|
[InlineData("Someone", null)]
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/12788")]
|
||||||
public void ReconnectUI()
|
public void ReconnectUI()
|
||||||
{
|
{
|
||||||
Browser.FindElement(By.LinkText("Counter")).Click();
|
Browser.FindElement(By.LinkText("Counter")).Click();
|
||||||
|
|
@ -155,7 +155,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
|
||||||
.Until(driver => reconnectionDialog.GetCssValue("display") == "none");
|
.Until(driver => reconnectionDialog.GetCssValue("display") == "none");
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/12788")]
|
||||||
public void RendersContinueAfterReconnect()
|
public void RendersContinueAfterReconnect()
|
||||||
{
|
{
|
||||||
Browser.FindElement(By.LinkText("Ticker")).Click();
|
Browser.FindElement(By.LinkText("Ticker")).Click();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue