diff --git a/crates/telnet-host/tests/moot/suspend_read_notify.moot b/crates/telnet-host/tests/moot/suspend_read_notify.moot index 9b37deac..16deb39d 100644 --- a/crates/telnet-host/tests/moot/suspend_read_notify.moot +++ b/crates/telnet-host/tests/moot/suspend_read_notify.moot @@ -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 \ No newline at end of file