Skip to content

Commit

Permalink
chore: delete disabled test that *shouldn't* work
Browse files Browse the repository at this point in the history
The test as written *should* fail; we don't currently have a way in
`moot` to send input after some delay. Doesn't seem worth adding that
feature at the moment (or maybe ever), so: delete the commented-out
test.
  • Loading branch information
abesto authored and rdaum committed Jul 7, 2024
1 parent 5e13cf8 commit 2cc08d3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/telnet-host/tests/moot/suspend_read_notify.moot
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@
=read: hi
="retval"

// TODO disabled for now: this consistently fails
// ; suspend(0.1); notify(player, "read 2: " + read()); return "retval 2";
// %hello
// =read2: hello
// ="retval2"

; suspend(0.1); return 42;
=42

0 comments on commit 2cc08d3

Please sign in to comment.