xBis7 commented on code in PR #49180:
URL: https://github.com/apache/airflow/pull/49180#discussion_r2066700310


##########
airflow-core/tests/integration/otel/test_otel.py:
##########
@@ -1287,6 +1291,7 @@ def 
test_scheduler_exits_forcefully_in_the_middle_of_the_first_task(
             # Dag run should have succeeded. Test the spans in the output.
             check_spans_without_continuance(output=out, dag=dag, 
is_recreated=True, check_t1_sub_spans=False)
 
+    @pytest.mark.xfail(reason="Tests with a control file are flaky when 
running on the remote CI.")

Review Comment:
   The problem is that they are always passing locally and pretty fast, it 
takes around 6 mins for the entire class to run, while these tests are flaky on 
the ci and I don't see any errors. They mostly freeze and timeout.
   
   We shouldn't remove them and I would like to have them running on the ci to 
make sure that future changes don't break the otel implementation. I'm looking 
at refactoring the test class to see if I can get rid of the flakiness.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to