kaxil commented on pull request #11108: URL: https://github.com/apache/airflow/pull/11108#issuecomment-698252113
> This looks like a flaky / side effect? > > ``` > ______________________ TestConf.test_conf_as_dict_source _______________________ > 1164 > > 1165 > self = <tests.test_configuration.TestConf testMethod=test_conf_as_dict_source> > 1166 > > 1167 > def test_conf_as_dict_source(self): > 1168 > # test display_source > 1169 > cfg_dict = conf.as_dict(display_source=True) > 1170 > > self.assertEqual( > 1171 > cfg_dict['core']['load_examples'][1], 'airflow.cfg') > 1172 > E AssertionError: 'env var' != 'airflow.cfg' > 1173 > E - env var > 1174 > E + airflow.cfg > ``` This is fixed in master ---------------------------------------------------------------- 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]
