We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I get different results when running this example on playground or on my local Robot Framework installation:
*** Test Cases *** Test [Timeout] 2s Sleep 10s
Playground shows itimer_error: [Errno 52] Function not implemented, while the expected error is Test timeout 2 seconds exceeded.
itimer_error: [Errno 52] Function not implemented
Test timeout 2 seconds exceeded
The text was updated successfully, but these errors were encountered:
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 pyodide/pyodide#2354
however the Timeout can not be tested with this web assembly. this will stay a limitation for now.
Sorry, something went wrong.
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: