Skip to content

Commit d2294d5

Browse files
committed
Skip test
1 parent c60ff69 commit d2294d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Cohost/Formatting/CSharpSyntaxFormattingOptionsTest_Generator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using System.IO;
77
using System.Linq;
88
using Microsoft.AspNetCore.Razor.Language;
9-
using Microsoft.AspNetCore.Razor.Test.Common;
109
using Microsoft.CodeAnalysis.ExternalAccess.Razor.Features;
10+
using Xunit;
1111

1212
namespace Microsoft.VisualStudio.Razor.LanguageClient.Cohost.Formatting;
1313

@@ -21,7 +21,7 @@ public class CSharpSyntaxFormattingOptionsTest_Generator
2121
/// and you'll have to manually adjust it, which is why regenerating the tests is a manual process.
2222
/// Or make the test generation much smarter I guess :)
2323
/// </remarks>
24-
[ManualRunOnlyFact]
24+
[Fact(Skip = "This test needs to be run manually. Just remove this skip message, and run it if you want")]
2525
public void GenerateTests()
2626
{
2727
//lang=C#-test

0 commit comments

Comments
 (0)