potiuk commented on PR #32394: URL: https://github.com/apache/airflow/pull/32394#issuecomment-1623772833
Now.... Coming back to unit tests that faik .. There seems to be coming from that chang. For example the first one determines the folder where chart is - this way: ``` chart_dir = Path(__file__).parents[3] / "chart" ``` And after the tests were moved from the "tests/charts" to "helm-tests" - this is no longer working - because instead of looking for chart in "/opt/airflow/charts", it looks in "/opt/charts". So I think you need to also take a look at those tests that are failling and fix similar cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
