Skip to content

Commit 569e076

Browse files
dsymedsyme
authored andcommitted
deprecate test relying on whacky behaviour of deprecated GetCheckResultsBeforeFileInProjectEvenIfStale
1 parent e0b2a13 commit 569e076

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vsintegration/tests/unittests/Tests.LanguageService.Completion.fs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4337,7 +4337,8 @@ let x = query { for bbbb in abbbbc(*D0*) do
43374337
let completions = AutoCompleteAtCursor(file)
43384338
Assert.AreNotEqual(0, completions.Length, "Expected some items in the list after updating platform.")
43394339

4340-
/// FEATURE: The filename on disk and the filename in the project can differ in case.
4340+
(*
4341+
/// FEATURE: The filename on disk and the filename in the project can differ in case.
43414342
[<Test>]
43424343
member this.``Filenames.MayBeDifferentlyCased``() =
43434344
use _guard = this.UsingNewVS()
@@ -4357,7 +4358,8 @@ let x = query { for bbbb in abbbbc(*D0*) do
43574358
this.AddAssemblyReference(project,"System.Deployment")
43584359
let completions = AutoCompleteAtCursor(file)
43594360
Assert.AreNotEqual(0, completions.Length, "Expected some items in the list after adding a reference.")
4360-
4361+
*)
4362+
43614363
/// In this bug, a bogus flag caused the rest of flag parsing to be ignored.
43624364
[<Test>]
43634365
member public this.``FlagsAndSettings.Bug1969``() =

0 commit comments

Comments
 (0)