Skip to content

Commit d73f70e

Browse files
committed
Drop update config test
1 parent b2f52fa commit d73f70e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ghcide/test/exe/Main.hs

-4
Original file line numberDiff line numberDiff line change
@@ -4763,10 +4763,6 @@ asyncTests = testGroup "async"
47634763
clientSettingsTest :: TestTree
47644764
clientSettingsTest = testGroup "client settings handling"
47654765
[
4766-
testSession "ghcide does not support update config" $ do
4767-
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))
4768-
logNot <- skipManyTill anyMessage loggingNotification
4769-
isMessagePresent "Updating Not supported" [getLogMessage logNot]
47704766
, testSession "ghcide restarts shake session on config changes" $ do
47714767
void $ skipManyTill anyMessage $ message @RegisterCapabilityRequest
47724768
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))

0 commit comments

Comments
 (0)