Skip to content

Commit be7db3b

Browse files
committed
tests/CSharpLanguageServer.Tests/ReferenceTests.fs: ignore testReferenceWorksToAspNetRazorPageReferencedValue temporarily
1 parent 7e0f30f commit be7db3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CSharpLanguageServer.Tests/ReferenceTests.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ let testReferenceWorks() =
8989

9090
Assert.AreEqual(expectedLocations2, locations2.Value)
9191

92-
9392
[<TestCase>]
93+
[<Ignore("flakyness; see https://github.com/razzmatazz/csharp-language-server/pull/223")>]
9494
let testReferenceWorksToAspNetRazorPageReferencedValue() =
9595
use client = setupServerClient defaultClientProfile
9696
"TestData/testReferenceWorksToAspNetRazorPageReferencedValue"

0 commit comments

Comments
 (0)