Skip to content

Commit 8606158

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CSharpLanguageServer.Tests/ReferenceTests.fs

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

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

92-
92+
(* DISABLED TEMPORARILY DUE TO FLAKYNESS; see https://github.com/razzmatazz/csharp-language-server/pull/223
9393
[<TestCase>]
9494
let testReferenceWorksToAspNetRazorPageReferencedValue() =
9595
use client = setupServerClient defaultClientProfile
@@ -179,3 +179,4 @@ let testReferenceWorksToAspNetRazorPageReferencedValue() =
179179
|> Array.sortBy (fun f -> (f.Range.Start.Line, f.Range.Start.Character))
180180
181181
Assert.AreEqual(expectedLocations1, sortedLocations1)
182+
*)

0 commit comments

Comments
 (0)