eladkal commented on PR #25715:
URL: https://github.com/apache/airflow/pull/25715#issuecomment-1221551693

   Tests are failing:
   ```
     =================================== FAILURES 
===================================
     ____________________________ test_home_filter_tags 
_____________________________
     
     admin_client = <FlaskClient <Flask 'airflow.www.app'>>
     
         def test_home_filter_tags(admin_client):
             with admin_client:
                 admin_client.get('home?tags=example&tags=data', 
follow_redirects=True)
     >           assert 'example,data' == flask.session[FILTER_TAGS_COOKIE]
     E           AssertionError: assert 'example,data' == None
     
     tests/www/views/test_views_home.py:75: AssertionError
   ```


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