potiuk commented on code in PR #41308:
URL: https://github.com/apache/airflow/pull/41308#discussion_r1707066894


##########
tests/models/test_xcom.py:
##########
@@ -474,6 +488,8 @@ def test_xcom_get_many_from_prior_dates(self, session, 
tis_for_xcom_get_many_fro
         assert [x.value for x in stored_xcoms] == [{"key2": "value2"}, 
{"key1": "value1"}]
         assert [x.execution_date for x in stored_xcoms] == 
[ti2.execution_date, ti1.execution_date]
 
+    @pytest.mark.skip_if_database_isolation_mode
+    @pytest.mark.skip_if_database_isolation_mode

Review Comment:
   ```suggestion
   ```



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