-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
[Agent] Fixed test to pass on windows #16922
[Agent] Fixed test to pass on windows #16922
Conversation
Pinging @elastic/ingest-management (Project:fleet) |
} | ||
// if runtime.GOOS == "windows" && c.SkipWindows { | ||
// t.Skip("Skipped under windows") | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can remove this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i bet i did, i had to press ctrlz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM lets see the windows test.
Can you add a CHANGELOG.md in the x-pack/agent?
[Agent] Fixed test to pass on windows (elastic#16922) (cherry picked from commit cfcae9d)
Funny behavior of
filepath.Dir
caused drop test to fail.Monitoring tests failed due to mixup in build tags.
Fixes: #16854