Skip to content

Commit e6e831c

Browse files
authored
ci: skip flaky tests/acceptance/test_proxy.py::EndToEndAPIProxyTest::test_through_api_gateway (#112238)
1 parent 8cafbe2 commit e6e831c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/acceptance/test_proxy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def get_response(self, *args: str, **params: Any) -> HttpResponse | StreamingHtt
4545
headers = params.pop("extra_headers", {})
4646
return getattr(self.client, self.method)(url, format="json", data=params, **headers)
4747

48+
# https://storage.googleapis.com/rca-analysis-sentry/rca-reports/ci-rca-02db8025.html
49+
@pytest.mark.skip(reason="flaky")
4850
def test_through_api_gateway(self) -> None:
4951
if SiloMode.get_current_mode() == SiloMode.MONOLITH:
5052
return

0 commit comments

Comments
 (0)