Skip to content

Commit 9404697

Browse files
author
Steve Kirkland
committed
Skip test pending further investigation
1 parent 283a1ea commit 9404697

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integrations/test_asgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ async def index(req):
191191
assert breadcrumbs[0]['metaData'] == {'to': '/'}
192192
assert breadcrumbs[0]['type'] == BreadcrumbType.NAVIGATION.value
193193

194+
@pytest.mark.skip(reason="Skipped pending PLAT-14413")
194195
def test_websocket_crash(self):
195196
async def app(scope, receive, send):
196197
websocket = WebSocket(scope, receive=receive, send=send)

0 commit comments

Comments
 (0)