Now that https://github.com/elastic/beats/pull/32937/files is merged #30632 no longer passes with errors such as the following:
[2022-09-01T21:51:57.634Z] DONE 14 tests in 74.803s
[2022-09-01T21:51:59.665Z] >> go test: Unit Test Passed
[2022-09-01T21:52:08.306Z] >> python test: Unit Testing
[2022-09-01T21:52:30.845Z] ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\jenkins\\AppData\\Local\\Temp\\pip-uninstall-d3e3cua0\\pip.exe'
[2022-09-01T21:52:30.846Z] Consider using the `--user` option or check the permissions.
I assume #32937 was green when merged, but perhaps that wasn't the case. I think there was a misunderstanding, I had thought that we had disabled those windows tests that were failing in that PR, but it seems we did not do that.
We should disable those as they provide very little real value and are not worth maintaining.
Now that https://github.com/elastic/beats/pull/32937/files is merged #30632 no longer passes with errors such as the following:
I assume #32937 was green when merged, but perhaps that wasn't the case. I think there was a misunderstanding, I had thought that we had disabled those windows tests that were failing in that PR, but it seems we did not do that.
We should disable those as they provide very little real value and are not worth maintaining.