We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cafbe2 commit e6e831cCopy full SHA for e6e831c
1 file changed
tests/acceptance/test_proxy.py
@@ -45,6 +45,8 @@ def get_response(self, *args: str, **params: Any) -> HttpResponse | StreamingHtt
45
headers = params.pop("extra_headers", {})
46
return getattr(self.client, self.method)(url, format="json", data=params, **headers)
47
48
+ # https://storage.googleapis.com/rca-analysis-sentry/rca-reports/ci-rca-02db8025.html
49
+ @pytest.mark.skip(reason="flaky")
50
def test_through_api_gateway(self) -> None:
51
if SiloMode.get_current_mode() == SiloMode.MONOLITH:
52
return
0 commit comments