ashb commented on a change in pull request #6266: [AIRFLOW-2439] Production
Docker image support including refactoring of build scripts - depends on
[AIRFLOW-5704]
URL: https://github.com/apache/airflow/pull/6266#discussion_r336914812
##########
File path: tests/operators/test_operators.py
##########
@@ -78,8 +78,10 @@ def test_mysql_operator_test_multi(self):
)
t.run(start_date=DEFAULT_DATE, end_date=DEFAULT_DATE,
ignore_ti_state=True)
- @unittest.skipUnless('mysql' in configuration.conf.get('core',
'sql_alchemy_conn'),
- "This is a MySQL test")
+ @unittest.skip("""
+This tests is not working for mariadb as it uses not secure API of mysql
Review comment:
```suggestion
This tests is not working for mariadb or modern MySQL versions as it uses an
insecure API of mysql
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services