Skip to content

Commit 74451ed

Browse files
committed
Skip test
1 parent 6f05f83 commit 74451ed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Components/Blazor/Build/test/RuntimeDependenciesResolverTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Blazor.Build.Test
1313
{
1414
public class RuntimeDependenciesResolverTest
1515
{
16-
[ConditionalFact]
16+
[ConditionalFact(Skip = " https://github.com/aspnet/AspNetCore/issues/12059")]
1717
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/10426")]
1818
public void FindsReferenceAssemblyGraph_ForStandaloneApp()
1919
{

src/Components/Components/test/ElementReferenceTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System;
54
using System.Text.Json;
65
using Xunit;
76

0 commit comments

Comments
 (0)