nagasrisai commented on PR #63923: URL: https://github.com/apache/airflow/pull/63923#issuecomment-4094655559
The Chromium and WebKit e2e failures look unrelated to this change. Chromium is hitting `net::ERR_ABORTED; maybe frame was detached?` during navigation and a `triggerButton` visibility timeout in the dag-tasks test. WebKit is failing with `apiRequestContext.patch: Timeout 10000ms exceeded` inside the `beforeEach` of the dag-calendar-tab tests — that's an API call timing out before the test even runs, not a UI assertion. Firefox ran the same suite and passed. If the query invalidation change was breaking something, it would show up in Firefox too. These look like intermittent CI timeouts rather than a regression from this PR. -- 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]
