From ff90fe8e704e469da593e8ca0676ee98fc57352a Mon Sep 17 00:00:00 2001 From: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:14:54 -0400 Subject: [PATCH] ci: disable websocket disruption e2e --- .github/canary-config/canary-all.yml | 7 ------- .github/integ-config/integ-all.yml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.github/canary-config/canary-all.yml b/.github/canary-config/canary-all.yml index f527f4371e6..8cb61f4353a 100644 --- a/.github/canary-config/canary-all.yml +++ b/.github/canary-config/canary-all.yml @@ -91,13 +91,6 @@ tests: browser: [chrome, firefox] timeout_minutes: 45 retry_count: 10 - - test_name: integ_react_datastore_websocket_disruption - desc: 'DataStore - WebSocket Disruption' - framework: react - category: datastore - sample_name: [websocket-disruption] - spec: websocket-disruption - browser: [chrome, firefox] # can un comment when ever fixed # - test_name: integ_next_datastore_owner_auth # desc: 'next owner auth' diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 24f2f24a090..8307f5ff3c0 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -366,13 +366,6 @@ tests: sample_name: [v2/amplify-docs-examples] spec: amplify-docs-examples browser: [chrome] - - test_name: integ_react_datastore_websocket_disruption - desc: 'DataStore - WebSocket Disruption' - framework: react - category: datastore - sample_name: [websocket-disruption] - spec: websocket-disruption - browser: *minimal_browser_list - test_name: integ_vanilla_js_datastore_basic_crud desc: 'Vanilla JS + Webpack 4 + DataStore - Basic CRUD' framework: javascript