Skip to content

Commit 83da460

Browse files
1 test group
1 parent feea54e commit 83da460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const COMPASS_DISTRIBUTIONS = ["compass", "compass-isolated", "compass-readonly"
175175
176176
const BROWSERS = ["chrome", "firefox"];
177177
178-
const E2E_TEST_GROUPS_NUMBER = 3;
178+
const E2E_TEST_GROUPS_NUMBER = 1;
179179
const E2E_TEST_GROUPS = Array.from({ length: E2E_TEST_GROUPS_NUMBER }).map((_, i) => ({number: i + 1}));
180180
%>
181181

0 commit comments

Comments
 (0)