masahi commented on pull request #10687:
URL: https://github.com/apache/tvm/pull/10687#issuecomment-1072925462
Existing
```
@pytest.mark.skipif(
platform.processor() == "i686", reason="Test known to be flaky on
i386 machines"
)
```
doesn't seem to help actually skipping test. I'm trying if
`platform.processor() == "i386"` does make things skip.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]