From 0028483d8a41d2eceddd6cbd9cac8333c15e382b 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 68f4fd30146..877f8ff5b6c 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -371,7 +371,7 @@ tests: category: datastore sample_name: [v2/amplify-docs-examples] spec: amplify-docs-examples - browser: *minimal_browser_list + browser: [chrome] timeout_minutes: 45 retry_count: 10 - test_name: integ_react_datastore_websocket_disruption