Skip to content

Commit c329dc5

Browse files
authored
Quarantined flaky RazorSDK tests (#22553)
1 parent a352ac4 commit c329dc5

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"recommendations": [
3-
"ms-vscode.csharp",
3+
"ms-dotnettools.csharp",
44
"ms-vscode.PowerShell",
55
"EditorConfig.EditorConfig"
66
]

src/Components/WebAssembly/Build/test/BuildIntegrationTests/BuildIntegrationTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.IO;
55
using System.Text.Json;
66
using System.Threading.Tasks;
7+
using Microsoft.AspNetCore.Testing;
78
using Xunit;
89
using static Microsoft.AspNetCore.Components.WebAssembly.Build.WebAssemblyRuntimePackage;
910

@@ -203,6 +204,7 @@ public async Task Build_WithLinkOnBuildDisabled_Works()
203204
}
204205

205206
[Fact]
207+
[QuarantinedTest]
206208
public async Task Build_SatelliteAssembliesAreCopiedToBuildOutput()
207209
{
208210
// Arrange

src/Components/WebAssembly/Build/test/BuildIntegrationTests/PublishIntegrationTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using System.Text.Json;
99
using System.Threading.Tasks;
1010
using Microsoft.AspNetCore.Blazor.Build;
11+
using Microsoft.AspNetCore.Testing;
1112
using Xunit;
1213
using ResourceHashesByNameDictionary = System.Collections.Generic.Dictionary<string, string>;
1314
using static Microsoft.AspNetCore.Components.WebAssembly.Build.WebAssemblyRuntimePackage;
@@ -284,6 +285,7 @@ public async Task Publish_SatelliteAssemblies_AreCopiedToBuildOutput()
284285
}
285286

286287
[Fact]
288+
[QuarantinedTest]
287289
public async Task Publish_HostedApp_WithLinkOnBuildTrue_Works()
288290
{
289291
// Arrange

src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/BuildIntegrationTestLegacy.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using System.IO;
66
using System.Threading.Tasks;
7+
using Microsoft.AspNetCore.Testing;
78
using Xunit;
89

910
namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
@@ -30,6 +31,7 @@ protected IDisposable CreateTestProject()
3031
}
3132

3233
[Fact]
34+
[QuarantinedTest]
3335
public virtual async Task Building_Project()
3436
{
3537
using (CreateTestProject())

0 commit comments

Comments
 (0)