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
We get this flake every once in a while:
=== FAIL: . TestStats (0.00s) info_test.go:362: expected a runtime other than 0ns
That number comes directly from the kernel, so something weird is going on. Maybe round to zero or similar?
Run the arm64 CI a couple of times.
main
The text was updated successfully, but these errors were encountered:
info: don't check Runtime in TestStats on arm64
e21c7fd
For some reason this test is flaky on arm64. Disable the assertion for now. Updates cilium#1683 Signed-off-by: Lorenz Bauer <[email protected]>
081fcff
For some reason this test is flaky on arm64. Disable the assertion for now. Updates #1683 Signed-off-by: Lorenz Bauer <[email protected]>
No branches or pull requests
Describe the bug
We get this flake every once in a while:
That number comes directly from the kernel, so something weird is going on. Maybe round to zero or similar?
How to reproduce
Run the arm64 CI a couple of times.
Version information
main
The text was updated successfully, but these errors were encountered: