Skip to content

Commit 3565948

Browse files
authored
Temporarily disable tests
1 parent b9b42a0 commit 3565948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/test/E2ETest/Tests/WebAssemblyConfigurationHostedTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected override void InitializeAsyncCore()
3030
_appElement = Browser.MountTestComponent<ConfigurationComponent>();
3131
}
3232

33-
[Fact]
33+
[Fact(Skip = "We don't have a way to propagate AppEnvironment from server when using index.html fallback - https://github.com/dotnet/aspnetcore/issues/59456")]
3434
public void WebAssemblyConfiguration_Works()
3535
{
3636
// Verify values from the default 'appsettings.json' are read.
@@ -43,7 +43,7 @@ public void WebAssemblyConfiguration_Works()
4343
Assert.Equal("Prod key3-value", _appElement.FindElement(By.Id("key3")).Text);
4444
}
4545

46-
[Fact]
46+
[Fact(Skip = "We don't have a way to propagate AppEnvironment from server when using index.html fallback - https://github.com/dotnet/aspnetcore/issues/59456")]
4747
public void WebAssemblyHostingEnvironment_Works()
4848
{
4949
// Verify values from the default 'appsettings.json' are read.

0 commit comments

Comments
 (0)