docs, mute tests

This commit is contained in:
spaced4ndy
2025-08-15 16:23:33 +04:00
parent dad613222d
commit 09db42873e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -2287,6 +2287,7 @@ Known:
**Enum type**:
- "rejected"
- "marked_removed"
- "removed"
- "left"
- "deleted"
+2 -2
View File
@@ -434,8 +434,8 @@ getTermLine cc@TestCC {printOutput} =
5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case
Just s -> do
-- remove condition to always echo virtual terminal
when True $ do
-- when printOutput $ do
-- when True $ do
when printOutput $ do
name <- userName cc
putStrLn $ name <> ": " <> s
pure s