Skip to content

Commit 468ef66

Browse files
committed
Drop update config test
1 parent b2f52fa commit 468ef66

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ghcide/test/exe/Main.hs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4762,12 +4762,7 @@ asyncTests = testGroup "async"
47624762

47634763
clientSettingsTest :: TestTree
47644764
clientSettingsTest = testGroup "client settings handling"
4765-
[
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]
4770-
, testSession "ghcide restarts shake session on config changes" $ do
4765+
[ testSession "ghcide restarts shake session on config changes" $ do
47714766
void $ skipManyTill anyMessage $ message @RegisterCapabilityRequest
47724767
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (toJSON ("" :: String)))
47734768
nots <- skipManyTill anyMessage $ count 3 loggingNotification

0 commit comments

Comments
 (0)