We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283a1ea commit 9404697Copy full SHA for 9404697
1 file changed
tests/integrations/test_asgi.py
@@ -191,6 +191,7 @@ async def index(req):
191
assert breadcrumbs[0]['metaData'] == {'to': '/'}
192
assert breadcrumbs[0]['type'] == BreadcrumbType.NAVIGATION.value
193
194
+ @pytest.mark.skip(reason="Skipped pending PLAT-14413")
195
def test_websocket_crash(self):
196
async def app(scope, receive, send):
197
websocket = WebSocket(scope, receive=receive, send=send)
0 commit comments