Skip flaky test on Windows#6779
Skip flaky test on Windows#6779kzys merged 1 commit intocontainerd:mainfrom gabriel-samfira:skip-flaky-test
Conversation
The tty test fails on ltsc2022. Disable that test until we manage to reproduce and fix it. Signed-off-by: Gabriel Adrian Samfira <[email protected]>
|
Hi @gabriel-samfira. Thanks for your PR. I'm waiting for a containerd 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/test-infra repository. |
|
Build succeeded.
|
|
Oh this was finally reproing on the az machines? (or just to be consistent with what we did on the Actions runs?) |
|
It creeps up during periodic tests. I was able to reproduce it once running the test in a loop on an azure machine. Took almost a day. Spelunking through the logs. Testing a fix will be interesting, considering the low rate of incidence during manual testing. |
The tty test fails on ltsc2022. Disable that test until we manage to reproduce and fix it.
Signed-off-by: Gabriel Adrian Samfira [email protected]