kaxil commented on a change in pull request #11020: URL: https://github.com/apache/airflow/pull/11020#discussion_r529681229
########## File path: tests/providers/amazon/aws/hooks/test_batch_waiters.py ########## @@ -229,6 +229,7 @@ def test_aws_batch_waiters(aws_region): @mock_ecs @mock_iam @mock_logs [email protected]("Inexplicable timeout issue when running this test. See PR 11020") Review comment: ```suggestion @pytest.mark.xfail(condition=True, reason="Inexplicable timeout issue when running this test. See PR 11020") ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
