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


##########
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:
   By refactoring the setup and skipping initialization of the db for every 
test, I can verify that there is no more 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to