Skip to content

Commit

Permalink
Drop update config test
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Feb 13, 2021
1 parent b2f52fa commit d73f70e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ghcide/test/exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4763,10 +4763,6 @@ asyncTests = testGroup "async"
clientSettingsTest :: TestTree
clientSettingsTest = testGroup "client settings handling"
[
testSession "ghcide does not support update config" $ do
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))
logNot <- skipManyTill anyMessage loggingNotification
isMessagePresent "Updating Not supported" [getLogMessage logNot]
, testSession "ghcide restarts shake session on config changes" $ do
void $ skipManyTill anyMessage $ message @RegisterCapabilityRequest
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))
Expand Down

0 comments on commit d73f70e

Please sign in to comment.