Disable tests that require creation time on musl#759
Conversation
Creation time will only be supported on the musl target once rust-lang/rust#125692 lands.
|
Hi @JustSoup312. Thanks for your PR. I'm waiting for a coreos member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
cgwalters
left a comment
There was a problem hiding this comment.
Hmm, we could probably use mtime here too in practice.
|
/retest ci/prow/test |
|
@travier: The
Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
Creation time will only be supported on the musl target once rust-lang/rust#125692 lands.
This MR disables the tests that require creation time for musl.