potiuk commented on pull request #16815:
URL: https://github.com/apache/airflow/pull/16815#issuecomment-874130113


   The test is apparently failing in main even AFTER the #16648 fix in main - 
so I think it was not flaky - it was marked as quarantined because it just did 
not work :). Surprisingly it worked for me when I fixed it in v2_1_stable PR. 
Let's see how this one will do - maybe it is a side-effect of some other tests.
   
   The refactors on test_views do not make it easy to track the origin (I 
cannot see an issue created for that - I try to always create an issue when 
marking something as quarantined) but I tracked down when it was marked 
quarantined - Oct 11 2020
   
   5bc5994c2c1a8f73a644e29e98d3d132c6097ab2
   
   ```
   -    @pytest.mark.xfail(condition=using_mysql, reason="This test might be 
flaky on mysql")
   +    @pytest.mark.quarantined
        def test_trigger_dag_conf(self):
   ```
   
   Now. Let's see if I can track how long time ago we expected it to fail :)
   


-- 
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]


Reply via email to