Open gohierf opened 1 month ago
From the comments on slack:
Not a RF issue. This is because the web implementation of python webassembly has unimplemented methods.
Might be related to https://github.com/pyodide/pyodide/issues/2354
however the Timeout can not be tested with this web assembly. this will stay a limitation for now.
Hello, I get different results when running this example on playground or on my local Robot Framework installation:
Playground shows
itimer_error: [Errno 52] Function not implemented
, while the expected error isTest timeout 2 seconds exceeded
.