From be1698844b375bcc82202937c6cd2d47501a231f Mon Sep 17 00:00:00 2001 From: Aaron S Date: Thu, 1 Feb 2024 13:19:07 -0600 Subject: [PATCH] fix(datastore): Limit docs integ test to one browser to improve stability --- .github/integ-config/integ-all.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 68f4fd30146..9b9ed40842d 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -371,9 +371,7 @@ tests: category: datastore sample_name: [v2/amplify-docs-examples] spec: amplify-docs-examples - browser: *minimal_browser_list - timeout_minutes: 45 - retry_count: 10 + browser: [chrome] - test_name: integ_react_datastore_websocket_disruption desc: 'DataStore - WebSocket Disruption' framework: react